diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-19 07:31:06 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-19 07:31:06 +0200 |
commit | e22f8c046cdeb71d5de9fd78073786148bf81d71 (patch) | |
tree | 5e71b780dca0572aa1d05648f8dbc102141218cc | |
parent | 6dcabfb571f4433a6b16008484841df82ff6521b (diff) |
css oopsie
-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 { |