BookStack/resources/assets/sass/_html.scss
2015-07-15 22:55:49 +01:00

14 lines
190 B
SCSS

* {
box-sizing: border-box;
}
html {
background-color: #f8f8f8;
}
body {
font-family: $text;
font-size: $fs-m;
line-height: 1.4em;
color: #444;
-webkit-font-smoothing: antialiased;
}