8 lines
91 B
CSS
8 lines
91 B
CSS
:root {
|
|
color-scheme: light;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
body {
|
|
margin: 2rem;
|
|
} |