From 5817e1424fd1e68bdbf93f7818f4ac8c690e1e5e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 7 Jul 2024 05:37:49 +0200 Subject: [PATCH] Make the progress icons into colored icons --- _static/styles/base.css | 5 +++++ 1 file changed, 5 insertions(+) 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);