]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - src/assets/app.scss
Dark theme improvements
[github/bastienwirtz/homer.git] / src / assets / app.scss
index 43d762980bad9dcabb2811c2e1fe71c46450f8e3..59afd002f35c05a4567475214efb1a6a5d08a9a8 100644 (file)
   text-overflow: ellipsis;
 }
 
-html {
+html, body, body #app {
   height: 100%;
+  background-color: var(--background);
 }
 
 body {
   font-family: "Raleway", sans-serif;
-  height: 100%;
 
   #app {
+    height: auto;
     min-height: 100%;
-    background-color: var(--background);
     background-image: var(--background-image);
     background-size: cover;
     background-position: center;