We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a179a1b commit 43eb39bCopy full SHA for 43eb39b
dev/common.js
@@ -4,6 +4,10 @@ import { addGlobalThemeStyles } from '@vaadin/vaadin-themable-mixin/register-sty
4
addGlobalThemeStyles(
5
'dev-common',
6
css`
7
+ html {
8
+ color-scheme: light dark;
9
+ }
10
+
11
body {
12
font-family: system-ui, sans-serif;
13
line-height: 1.25;
@@ -23,6 +27,7 @@ addGlobalThemeStyles(
23
27
flex-wrap: wrap;
24
28
gap: 1lh 1.5lh;
25
29
margin: 2lh 0;
30
+ align-items: baseline;
26
31
}
32
33
.section > :is(.heading, p) {
0 commit comments