diff --git a/front/core/styles/global.scss b/front/core/styles/global.scss index 5f001736b..ff49516dc 100644 --- a/front/core/styles/global.scss +++ b/front/core/styles/global.scss @@ -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;