mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
better dupe color
This commit is contained in:
parent
9548df1c0f
commit
3acf926fb0
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ button.linkb {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dupe {
|
.dupe {
|
||||||
background: #fcc;
|
background: vars.$night-flag1-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nightMode {
|
.nightMode {
|
||||||
|
@ -88,7 +88,7 @@ button.linkb {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dupe {
|
.dupe {
|
||||||
background: #a00;
|
background: vars.$night-flag1-bg;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dupes a {
|
#dupes a {
|
||||||
|
|
Loading…
Reference in a new issue