From ff2cb35e8a238b94e4be59154207590adc81fa8c Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 19 Jul 2021 07:51:50 +0200 Subject: mobile layout fixed ? --- styles/layout.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'styles') 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) { -- cgit v1.2.3