diff --git a/_static/styles/base.css b/_static/styles/base.css index 7ea835e..5eccea0 100644 --- a/_static/styles/base.css +++ b/_static/styles/base.css @@ -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);