Adjust dark mode to lighter tones for better readability

This commit is contained in:
Mondo Diaz
2026-01-15 09:44:07 -06:00
parent e8f26e9976
commit f212864647
3 changed files with 11 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
top: 0;
z-index: 100;
backdrop-filter: blur(12px);
background: rgba(17, 17, 19, 0.85);
background: rgba(37, 37, 41, 0.85);
}
.header-content {