diff options
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/static/site.css b/src/static/site.css index c964c512..b71f0cd5 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; |