mirror of
https://github.com/starshardstudio/peafowl.git
synced 2024-11-24 05:54:19 +00:00
Make the progress icons into colored icons
This commit is contained in:
parent
35131612e6
commit
5817e1424f
1 changed files with 5 additions and 0 deletions
|
@ -293,6 +293,11 @@ td.review-rating, td.game-progress {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
td.game-progress {
|
||||||
|
background-clip: text !important;
|
||||||
|
color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
td.rating-unset {
|
td.rating-unset {
|
||||||
background-color: var(--color-unset);
|
background-color: var(--color-unset);
|
||||||
color: var(--color-unset-over);
|
color: var(--color-unset-over);
|
||||||
|
|
Loading…
Reference in a new issue