mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Invert legacy button content in night mode
for better visibility.
This commit is contained in:
parent
68040fcd24
commit
9a9f5f8dd8
1 changed files with 3 additions and 0 deletions
|
@ -17,3 +17,6 @@
|
|||
width: calc(var(--toolbar-size) - 12px);
|
||||
height: calc(var(--toolbar-size) - 12px);
|
||||
}
|
||||
.night-mode .topbut {
|
||||
filter: invert(1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue