mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
Invert legacy button content in night mode
for better visibility.
This commit is contained in:
parent
39aeaa141e
commit
95cfd7e0b5
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