First Selfoss Test

This commit is contained in:
deathbybandaid 2022-01-06 11:44:00 -05:00
parent 08def598e4
commit 9568df1f8f
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
body {
background: var(--main-bg-color);
background-repeat: repeat, no-repeat;
background-attachment: fixed, fixed;
background-position: center center, center center;
background-size: auto, cover;
-webkit-background-size: auto, cover;
-moz-background-size: auto, cover;
-o-background-size: auto, cover;
color: var(--text);
}
#nav {
background-color: transparent;
}

View File