mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -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 {
|
||||
background: #fcc;
|
||||
background: vars.$night-flag1-bg;
|
||||
}
|
||||
|
||||
.nightMode {
|
||||
|
@ -88,7 +88,7 @@ button.linkb {
|
|||
}
|
||||
|
||||
.dupe {
|
||||
background: #a00;
|
||||
background: vars.$night-flag1-bg;
|
||||
}
|
||||
|
||||
#dupes a {
|
||||
|
|
Loading…
Reference in a new issue