mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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">
|
<style lang="scss">
|
||||||
.no-data {
|
.no-data {
|
||||||
rect {
|
rect {
|
||||||
fill: var(--canvas);
|
fill: var(--canvas-elevated);
|
||||||
}
|
}
|
||||||
|
|
||||||
text {
|
text {
|
||||||
|
|
Loading…
Reference in a new issue