15 lines
205 B
SCSS
15 lines
205 B
SCSS
html {
|
|
font-family: sans-serif;
|
|
-ms-text-size-adjust: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
|
|
body {
|
|
color: $color--foreground;
|
|
background: $color--background;
|
|
}
|
|
|
|
a {
|
|
color: $color--accent;
|
|
}
|