mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Give deck browser entries --frame-bg as background color
This commit is contained in:
parent
08553e0009
commit
dfe06c0643
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.current {
|
.current {
|
||||||
background-color: var(--faint-border);
|
background-color: var(--frame-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.decktd {
|
.decktd {
|
||||||
|
|
Loading…
Reference in a new issue