mirror of
https://github.com/danbee/danbarber.me
synced 2025-03-04 08:59:10 +00:00
12 lines
192 B
SCSS
12 lines
192 B
SCSS
body {
|
|
color: $text-color;
|
|
font-family: $body-font-family;
|
|
font-weight: 300;
|
|
line-height: 1.5;
|
|
margin: 0;
|
|
|
|
@media (prefers-color-scheme: dark) {
|
|
color: $text-color-dark;
|
|
}
|
|
}
|