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