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 39aeaa141e
commit 95cfd7e0b5

View file

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