From 16bea3a53372692ebf4b47e59123e0e11f2f8db2 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 13 May 2021 20:33:41 -0300 Subject: page color "bleeds" into backdrop; remove blur fx --- src/static/site.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/static') 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; -- cgit 1.3.0-6-gf8a5