Invert legacy button content in night mode

for better visibility.
This commit is contained in:
Matthias M 2021-05-22 22:40:21 +02:00
parent 68040fcd24
commit 9a9f5f8dd8

View file

@ -17,3 +17,6 @@
width: calc(var(--toolbar-size) - 12px);
height: calc(var(--toolbar-size) - 12px);
}
.night-mode .topbut {
filter: invert(1);
}