add themes, home component, body css

This commit is contained in:
plebeius.eth
2024-02-28 21:18:37 +01:00
parent 6ca08eec4f
commit 71f99ffca5
10 changed files with 99 additions and 4 deletions
+2
View File
@@ -1,4 +1,6 @@
.app {
background: var(--background-color) var(--background-fade) top center repeat-x;
font: 13px arial, helvetica, sans-serif;
z-index: 1;
min-height: 100%;
overflow-y: hidden;