mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
14 lines
187 B
SCSS
14 lines
187 B
SCSS
|
* {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
html {
|
||
|
background-color: #FFF;
|
||
|
}
|
||
|
body {
|
||
|
font-family: $text;
|
||
|
font-size: $fs-m;
|
||
|
line-height: 1.4em;
|
||
|
color: #444;
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
}
|