New: Switched to TMDB gradient colors on the community rating star icon
This commit is contained in:
parent
37726ab222
commit
e6ca97761f
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue