diff options
Diffstat (limited to 'src/assets')
-rw-r--r-- | src/assets/app.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/assets/app.scss b/src/assets/app.scss index 43d7629..59afd00 100644 --- a/src/assets/app.scss +++ b/src/assets/app.scss | |||
@@ -13,17 +13,17 @@ | |||
13 | text-overflow: ellipsis; | 13 | text-overflow: ellipsis; |
14 | } | 14 | } |
15 | 15 | ||
16 | html { | 16 | html, body, body #app { |
17 | height: 100%; | 17 | height: 100%; |
18 | background-color: var(--background); | ||
18 | } | 19 | } |
19 | 20 | ||
20 | body { | 21 | body { |
21 | font-family: "Raleway", sans-serif; | 22 | font-family: "Raleway", sans-serif; |
22 | height: 100%; | ||
23 | 23 | ||
24 | #app { | 24 | #app { |
25 | height: auto; | ||
25 | min-height: 100%; | 26 | min-height: 100%; |
26 | background-color: var(--background); | ||
27 | background-image: var(--background-image); | 27 | background-image: var(--background-image); |
28 | background-size: cover; | 28 | background-size: cover; |
29 | background-position: center; | 29 | background-position: center; |