diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-19 07:51:50 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-19 07:51:50 +0200 |
commit | ff2cb35e8a238b94e4be59154207590adc81fa8c (patch) | |
tree | 195497c669f6d4c4a6864d9e6053712f3a5c49e4 | |
parent | e22f8c046cdeb71d5de9fd78073786148bf81d71 (diff) |
mobile layout fixed ?
-rw-r--r-- | styles/layout.css | 5 |
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) { |