]> BookStack Code Mirror - bookstack/blob - resources/assets/sass/_html.scss
Initial commit
[bookstack] / resources / assets / sass / _html.scss
1 * {
2         box-sizing: border-box;
3 }
4 html {
5         background-color: #FFF;
6 }
7 body {
8         font-family: $text;
9         font-size: $fs-m;
10         line-height: 1.4em;
11         color: #444;
12         -webkit-font-smoothing: antialiased;
13 }