This commit is contained in:
parent
c84625b0d5
commit
d5b80e7663
|
@ -1,9 +1,12 @@
|
|||
@import "variables";
|
||||
|
||||
html, body {
|
||||
html {
|
||||
background-color: $color-bg;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
height: 100%;
|
||||
font-family: vn-font;
|
||||
color: $color-font;
|
||||
font-size: $font-size;
|
||||
|
|
Loading…
Reference in New Issue