Invert routing direction icons in dark mode
This commit is contained in:
parent
0c4cbda662
commit
546e96328d
1 changed files with 6 additions and 0 deletions
|
@ -575,6 +575,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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue