aboutsummaryrefslogtreecommitdiff
path: root/styles
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-07-19 07:51:50 +0200
committerlonkaars <loek@pipeframe.xyz>2021-07-19 07:51:50 +0200
commitff2cb35e8a238b94e4be59154207590adc81fa8c (patch)
tree195497c669f6d4c4a6864d9e6053712f3a5c49e4 /styles
parente22f8c046cdeb71d5de9fd78073786148bf81d71 (diff)
mobile layout fixed ?
Diffstat (limited to 'styles')
-rw-r--r--styles/layout.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/styles/layout.css b/styles/layout.css
index c2c2b3a..aac9da4 100644
--- a/styles/layout.css
+++ b/styles/layout.css
@@ -102,7 +102,10 @@ blockquote:before {
color: var(--oxford-blue);
opacity: .8;
}
- .navAreaWrapper { background-color: #dbdbe688; }
+}
+
+@media screen and (max-device-width: 550px) and (prefers-color-scheme: light) {
+ .navAreaWrapper { background-color: #dbdbe688 !important; }
}
@media screen and (max-device-width: 550px) {