starshard/peafowl
Template
1
Fork 0
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:
Steffo 2024-07-07 05:37:49 +02:00
parent 35131612e6
commit 5817e1424f
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -293,6 +293,11 @@ td.review-rating, td.game-progress {
font-weight: 700;
}
td.game-progress {
background-clip: text !important;
color: transparent !important;
}
td.rating-unset {
background-color: var(--color-unset);
color: var(--color-unset-over);