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