New: Switched to TMDB gradient colors on the community rating star icon

This commit is contained in:
lscambo13
2025-01-23 06:57:22 -08:00
parent 37726ab222
commit e6ca97761f

View File

@@ -487,6 +487,9 @@ html {
} }
.starIcon { .starIcon {
background: linear-gradient(to right, #90cea1, #01b4e4);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-left: -.125em; margin-left: -.125em;
transform: translateY(-.02em); transform: translateY(-.02em);
} }