diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-20 17:41:40 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-20 17:41:40 +0200 |
commit | e7742563d4737b087faa0cc11e4e93adfeca7650 (patch) | |
tree | 610e9a178a93ee85285d61715aacb17a63ef4d67 /styles/layout.css | |
parent | ff2cb35e8a238b94e4be59154207590adc81fa8c (diff) |
new theme.css
Diffstat (limited to 'styles/layout.css')
-rw-r--r-- | styles/layout.css | 37 |
1 files changed, 8 insertions, 29 deletions
diff --git a/styles/layout.css b/styles/layout.css index aac9da4..706f5c9 100644 --- a/styles/layout.css +++ b/styles/layout.css @@ -80,34 +80,6 @@ display: none; } -blockquote { - position: relative; - padding-left: 12px; - font-style: italic; - color: var(--heliotrope-gray); -} - -blockquote:before { - position: absolute; - content: ''; - top: 0; - bottom: 0; - left: 0; - width: 3px; - background-color: var(--cyan-process); -} - -@media (prefers-color-scheme: light) { - blockquote { - color: var(--oxford-blue); - opacity: .8; - } -} - -@media screen and (max-device-width: 550px) and (prefers-color-scheme: light) { - .navAreaWrapper { background-color: #dbdbe688 !important; } -} - @media screen and (max-device-width: 550px) { .centeredPage { grid-template-columns: 0 1fr; @@ -132,8 +104,15 @@ blockquote:before { opacity: 0; pointer-events: none; backdrop-filter: blur(50px); + } + + .navAreaWrapper:before { + content: ''; + position: absolute; + inset: 0px 0px 0px 0px; - background-color: #161B33a0; + background-color: var(--bg-alt); + opacity: .7; } .navAreaWrapper.navVisible { |