X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/c52800bc92dbf34a0a7b9a2bccc21fb36e791bfc..67c185097cd80ed240eea67224a7dd54ff0ed547:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 900ade1b4..1f23a7565 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;