mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Fix black on grey deck options on KDE (#2415)
This commit is contained in:
parent
84167d6e6b
commit
688199525c
1 changed files with 5 additions and 1 deletions
|
@ -19,5 +19,9 @@ input[type="text"] {
|
|||
background: var(--canvas-inset);
|
||||
}
|
||||
|
||||
input {
|
||||
color: var(--fg);
|
||||
}
|
||||
|
||||
// Setting 100% height causes the sticky element to hide as you scroll down on Safari.
|
||||
html { height: initial; }
|
Loading…
Reference in a new issue