diff options
-rw-r--r-- | styles/layout.css | 4 |
1 files 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 { |