1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-10-30 15:42:41 +01:00
BookStack/resources/assets/sass/_html.scss

14 lines
190 B
SCSS
Raw Normal View History

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