mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Initial commit
This commit is contained in:
13
resources/assets/sass/_html.scss
Normal file
13
resources/assets/sass/_html.scss
Normal file
@ -0,0 +1,13 @@
|
||||
* {
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user