add desktop topnav, update themes

This commit is contained in:
plebeius.eth
2024-03-18 15:04:30 +01:00
parent 7f8a996eec
commit ec20767e13
8 changed files with 191 additions and 31 deletions
+3 -1
View File
@@ -1,6 +1,8 @@
.app {
background: var(--background-base-color) var(--background-pattern-image) top center repeat-x;
font: 13px/1.231 arial, helvetica, sans-serif;
font-size: var(--body-font-size);
font-family: var(--body-font-family);
color: var(--body-font-color);
z-index: 1;
min-height: 100%;
overflow-y: hidden;