1
0
mirror of https://github.com/taigrr/homer synced 2025-01-18 04:53:12 -08:00

Dark theme improvements

This commit is contained in:
Bastien Wirtz
2020-10-16 21:29:28 -07:00
parent e608701404
commit 67fd101a38
3 changed files with 12 additions and 12 deletions

View File

@@ -13,17 +13,17 @@
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;