css changes

This commit is contained in:
Gerome Matilla 2020-06-11 10:50:24 +08:00
parent 644ed3e678
commit fd315fecae
2 changed files with 2 additions and 1 deletions

View File

@ -48,6 +48,7 @@ body {
}
html, body {
font-family: roboto, sans-serif;
height: 100% !important;
position: fixed !important;
}

View File

@ -1,7 +1,7 @@
/*Load all CSS*/
@import url('normalize.css');
@import url('base.css');
@import url('font-face.css');
@import url('base.css');
@import url('body-background.css');
@import url('bar.css');
@import url('top-panel.css');