aboutsummaryrefslogtreecommitdiff
path: root/styles/layout.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/layout.css')
-rw-r--r--styles/layout.css37
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 {