1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00
danbarber.me/_assets/stylesheets/elements/_body.scss
2018-11-10 16:17:37 -05:00

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;
}
}