Add light mode theme setting and remove offline banner
Release rolling / release (push) Has been cancelled

Dark remains default; users can pick light or match system under Settings → Appearance. Drop the full-height connection-lost banner that stretched across the window.
This commit is contained in:
Raven Scott
2026-07-16 17:03:08 -04:00
parent f72a1d0a41
commit 3a3df4ec10
6 changed files with 1254 additions and 54 deletions
-17
View File
@@ -18,23 +18,6 @@
padding: 0.75rem 0.85rem 0.2rem;
}
#offline-banner {
display: none;
align-items: center;
gap: 0.75rem;
padding: 0.5rem 1rem;
background: linear-gradient(90deg, #7c2d12, #9a3412);
color: #fff7ed;
font-size: 0.9rem;
z-index: 2000;
}
#offline-banner.visible {
display: flex;
}
#offline-banner .btn {
margin-left: auto;
}
.pd-badge {
display: inline-flex;
align-items: center;