18 lines
155 B
CSS
18 lines
155 B
CSS
:root {
|
|
color-scheme: light dark;
|
|
}
|
|
|
|
#root {
|
|
margin: 0 auto;
|
|
min-height: 100svh;
|
|
text-align: center;
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
|
|
h1 {
|
|
margin: 0;
|
|
}
|