X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7b5201f209c34896614d7d6d66ecccfb836937c2..0c13214cd07416fbc4f8c9e20a827a3ae227842f:/app/assets/stylesheets/common.scss?ds=sidebyside diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 3e22052a2..a1cae7a36 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -81,6 +81,12 @@ time[title] { opacity: 0.6; } +@include color-mode(dark) { + #menu-icon { + filter: invert(1); + } +} + header { height: $headerHeight; position: relative; @@ -188,7 +194,6 @@ body.small-nav { flex-direction: column; height: auto; min-height: $headerHeight; - background: #fff; &.closed nav { display: none;