feat(header): three-region layout + dark nav colors

This commit is contained in:
Keith Solomon
2026-08-16 13:09:48 -05:00
parent 9005aeed1a
commit bb8c35a0a3
2 changed files with 19 additions and 3 deletions
+10
View File
@@ -65,3 +65,13 @@
}
}
}
.nav-main a,
.nav-aux a {
color: var(--color-on-surface, #e3e1e9);
}
.nav-main a:hover,
.nav-aux a:hover {
color: var(--color-primary, #b6c4ff);
}