Dark theme tweak

This commit is contained in:
Noah Petherbridge 2024-11-22 22:26:26 -08:00
parent fcd2cbd615
commit 4b582b2141
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
/* glassy background for fixed nav bar when you scroll other elements under it */ /* glassy background for fixed nav bar when you scroll other elements under it */
nav.navbar { nav.navbar {
background-color: rgba(0, 0, 0, .75) !important; background-color: rgba(20, 22, 26, .75) !important;
backdrop-filter: blur(5px); backdrop-filter: blur(5px);
} }

View File

@ -1,3 +1,3 @@
/* Custom nonshy color overrides for Bulma's dark theme /* Custom nonshy color overrides for Bulma's dark theme
(prefers-dark edition) */ (prefers-dark edition) */
@import url("dark-theme.css?nocache=1") screen and (prefers-color-scheme: dark); @import url("dark-theme.css?nocache=2") screen and (prefers-color-scheme: dark);