BookStack/resources/assets/sass/_html.scss

14 lines
190 B
SCSS
Raw Normal View History

2015-07-12 19:01:42 +00:00
* {
box-sizing: border-box;
}
html {
2015-07-15 21:55:49 +00:00
background-color: #f8f8f8;
2015-07-12 19:01:42 +00:00
}
body {
font-family: $text;
font-size: $fs-m;
line-height: 1.4em;
color: #444;
-webkit-font-smoothing: antialiased;
}