]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4663'
authorTom Hughes <tom@compton.nu>
Wed, 10 Apr 2024 17:28:13 +0000 (18:28 +0100)
committerTom Hughes <tom@compton.nu>
Wed, 10 Apr 2024 17:28:13 +0000 (18:28 +0100)
app/assets/stylesheets/common.scss

index 3f43eb2a15e4eeafb0b3be08c9a7744c10269814..3e22052a220ac36ccfa5a16810de6dcf34f62441 100644 (file)
@@ -540,6 +540,12 @@ div.direction {
 div.direction.i#{$i} { background-position: #{($i)*-20}px 0px; }
 }
 
+@include color-mode(dark) {
+  div.direction {
+    filter: invert(1);
+  }
+}
+
 td.distance {
     font-size: x-small;
 }