From 4b582b21419e17c5943b8d2905aa3aaf9e600753 Mon Sep 17 00:00:00 2001 From: Noah Petherbridge Date: Fri, 22 Nov 2024 22:26:26 -0800 Subject: [PATCH] Dark theme tweak --- web/static/css/dark-theme.css | 2 +- web/static/css/nonshy-prefers-dark.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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