Frontend color overhaul

This commit is contained in:
Jack Kingsman
2026-02-16 16:45:05 -08:00
parent 24685038f8
commit 877649ddc7
10 changed files with 141 additions and 88 deletions
+6 -1
View File
@@ -32,7 +32,12 @@ body,
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
font-family:
system-ui,
-apple-system,
BlinkMacSystemFont,
'Segoe UI',
sans-serif;
/* Prevent overscroll/bounce on mobile */
overscroll-behavior: none;
padding: var(--safe-area-top) var(--safe-area-right) var(--safe-area-bottom-capped)