feat: add ui theme toggle

This commit is contained in:
Peter Steinberger
2025-12-30 20:25:58 +01:00
parent ed76cd7574
commit b3cf07d6cb
8 changed files with 447 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
align-items: center;
padding: 18px 24px;
border-bottom: 1px solid var(--border);
background: rgba(10, 14, 20, 0.75);
background: var(--chrome);
backdrop-filter: blur(16px);
}
@@ -40,7 +40,7 @@
grid-area: nav;
padding: 18px 16px;
border-right: 1px solid var(--border);
background: rgba(10, 14, 20, 0.8);
background: var(--chrome-strong);
}
.nav-group {
@@ -197,4 +197,3 @@
grid-template-columns: 1fr;
}
}