This is really by James, not me. Change stars to white

This commit is contained in:
Michael Neale 2016-07-05 12:39:15 +10:00
parent ee261a2b78
commit 5a982c4771
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
// force "favorite" checkbox to white when on unstable card
// FIXME: doesn't work in IE11
&.unstable-bg-lite .checkbox {
.checkbox {
filter: grayscale(100%) brightness(0%) invert(100%);
-webkit-filter: grayscale(100%) brightness(0%) invert(100%);
}