mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Make the NoData overlay match the normal background color
This commit is contained in:
parent
7e3ac53869
commit
0311e2528e
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<style lang="scss">
|
||||
.no-data {
|
||||
rect {
|
||||
fill: var(--canvas);
|
||||
fill: var(--canvas-elevated);
|
||||
}
|
||||
|
||||
text {
|
||||
|
|
Loading…
Reference in a new issue