Fix foreground colour of help button

This commit is contained in:
Pieter Vander Vennet 2021-07-28 00:22:18 +02:00
parent 506c738320
commit 5739893efb
2 changed files with 10 additions and 36 deletions

View file

@ -184,17 +184,6 @@ li::marker {
.border-attention-catch{ border: 5px solid var(--catch-detail-color);}
#topleft-tools svg {
fill: var(--foreground-color) !important;
stroke: var(--foreground-color) !important;
}
#topleft-tools svg path {
fill: var(--foreground-color) !important;
stroke: var(--foreground-color) !important;
}
.direction-svg svg path {
fill: var(--catch-detail-color) !important;
}