diff --git a/web/static/css/dark-theme.css b/web/static/css/dark-theme.css index 9d7051a..3330247 100644 --- a/web/static/css/dark-theme.css +++ b/web/static/css/dark-theme.css @@ -47,7 +47,7 @@ /* glassy background for fixed nav bar when you scroll other elements under it */ nav.navbar { - background-color: rgba(0, 0, 0, .75) !important; + background-color: rgba(20, 22, 26, .75) !important; backdrop-filter: blur(5px); } diff --git a/web/static/css/nonshy-prefers-dark.css b/web/static/css/nonshy-prefers-dark.css index 6fc464f..0221a39 100644 --- a/web/static/css/nonshy-prefers-dark.css +++ b/web/static/css/nonshy-prefers-dark.css @@ -1,3 +1,3 @@ /* Custom nonshy color overrides for Bulma's dark theme (prefers-dark edition) */ -@import url("dark-theme.css?nocache=1") screen and (prefers-color-scheme: dark); \ No newline at end of file +@import url("dark-theme.css?nocache=2") screen and (prefers-color-scheme: dark); \ No newline at end of file