]>
BookStack Code Mirror - bookstack/blob - resources/sass/_html.scss
projects
/
bookstack
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add git to the apt-get install packages.
[bookstack]
/
resources
/
sass
/
_html.scss
1
* {
2
box-sizing: border-box;
3
outline-color: #444444;
4
}
5
6
*:focus {
7
outline-style: dotted;
8
}
9
10
html {
11
height: 100%;
12
overflow-y: scroll;
13
background-color: #F2F2F2;
14
&.flexbox {
15
overflow-y: hidden;
16
}
17
}
18
19
body {
20
font-size: $fs-m;
21
line-height: 1.6;
22
color: #444;
23
-webkit-font-smoothing: antialiased;
24
background-color: #F2F2F2;
25
}
hide
Morty Proxy
This is a
proxified and sanitized
view of the page, visit
original site
.