« get me outta code hell

page color "bleeds" into backdrop; remove blur fx - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static/site.css
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-05-13 20:33:41 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-05-13 20:33:41 -0300
commit16bea3a53372692ebf4b47e59123e0e11f2f8db2 (patch)
tree1a8ca4907852e6e7958a16d0105e9834f539b221 /src/static/site.css
parent99d1e39d8a63b2b7007ebaa2cc387663d2117d0f (diff)
page color "bleeds" into backdrop; remove blur fx
Diffstat (limited to 'src/static/site.css')
-rw-r--r--src/static/site.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/static/site.css b/src/static/site.css
index c964c51..b71f0cd 100644
--- a/src/static/site.css
+++ b/src/static/site.css
@@ -29,8 +29,7 @@ body::before {
 }
 
 #page-container {
-    background-color: rgba(35, 35, 35, 0.80);
-    backdrop-filter: blur(4px);
+    background-color: var(--bg-color, rgba(35, 35, 35, 0.80));
     color: #ffffff;
 
     max-width: 1100px;