From e22f8c046cdeb71d5de9fd78073786148bf81d71 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 19 Jul 2021 07:31:06 +0200 Subject: css oopsie --- styles/layout.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/layout.css b/styles/layout.css index f6f58db..c2c2b3a 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -36,8 +36,6 @@ transition-property: width; transition-duration: 500ms; width: var(--nav-width); - - background-color: #161B33a0; } .navAreaWrapper > .sticky { position: sticky; @@ -131,6 +129,8 @@ blockquote:before { opacity: 0; pointer-events: none; backdrop-filter: blur(50px); + + background-color: #161B33a0; } .navAreaWrapper.navVisible { -- cgit v1.2.3