feat: site-wide dark mode (Tailwind class strategy); ThemeToggle island in header; persist preference; adjust brand-surface for dark

This commit is contained in:
2025-08-08 23:26:13 +02:00
parent a0ab66189a
commit c8c550a00b
5 changed files with 58 additions and 1 deletions

View File

@@ -17,6 +17,11 @@
--dutch-blue: #1e4785;
}
/* Dark theme tokens */
.dark {
--dutch-white: #0b0f14;
}
/* Custom scrollbar */
::-webkit-scrollbar {
width: 8px;