X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/52a8e2a0d91355ba152443a63cc8c9744240a907..8bb126938f67d3ea01ac16b42f8ad3e35f39baaf:/app/assets/stylesheets/common.scss?ds=sidebyside diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index a1cae7a36..1ccdc7871 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -383,11 +383,6 @@ body.small-nav { width: 250px; height: 100%; overflow: auto; - - .section { - border-bottom: 1px solid $grey; - padding: $spacer; - } } } @@ -1036,4 +1031,17 @@ div.secondary-actions { margin-bottom: -1px; } +/* Rules for traces */ + +img.trace_image { + mix-blend-mode: darken; +} + +@include color-mode(dark) { + img.trace_image { + filter: invert(1); + mix-blend-mode: lighten; + } +} + @import 'browse';