]> BookStack Code Mirror - bookstack/blob - resources/assets/sass/_html.scss
Update settings.php
[bookstack] / resources / assets / sass / _html.scss
1 * {
2   box-sizing: border-box;
3 }
4
5 html {
6   height: 100%;
7   overflow-y: scroll;
8   background-color: #F2F2F2;
9   &.flexbox {
10     overflow-y: hidden;
11   }
12 }
13
14 body {
15   font-size: $fs-m;
16   line-height: 1.6;
17   color: #444;
18   -webkit-font-smoothing: antialiased;
19   background-color: #F2F2F2;
20 }