mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
parent
476e3af759
commit
b8a8342a9a
1 changed files with 2 additions and 2 deletions
|
@ -148,9 +148,9 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.normal-sync {
|
.normal-sync {
|
||||||
color: color(state-new);
|
color: color(state-new) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.full-sync {
|
.full-sync {
|
||||||
color: color(state-learn);
|
color: color(state-learn) !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue