This commit is contained in:
Kyle
2020-07-25 10:28:40 -07:00
parent 8e13889803
commit 35c525b764
9 changed files with 19 additions and 23 deletions

View File

@@ -69,6 +69,7 @@ html::before {
height: 100%;
background: var(--site-background);
filter: var(--site-background-filter);
transition: 2s;
z-index: -1;
}
html, body {
@@ -78,7 +79,7 @@ html, body {
overflow-x: hidden;
}
body {
background: var(--body-background);
/*background: var(--body-background);*/
}
a {
font: inherit;