mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-04 10:12:31 +01:00
fix:
This commit is contained in:
parent
d26f487e02
commit
f417c7901b
@ -94,7 +94,8 @@ a,
|
||||
[class*="PrePlayDetailsGroupItem-groupItem-"] a,
|
||||
[class*="MetadataPosterCardTitle-title-"] a,
|
||||
a[class*="MetadataPosterCardTitle-title-"],
|
||||
[class*="PrePlayTagListLink-tagsListLink-"][class*="Link-default-"] {
|
||||
[class*="PrePlayTagListLink-tagsListLink-"][class*="Link-default-"],
|
||||
[class*="MetadataPosterCardTitle-title-"] {
|
||||
color: var(--link-color)
|
||||
}
|
||||
|
||||
@ -239,6 +240,11 @@ body,[class*="FullPageBackground-backgroundContainer-"] {
|
||||
|
||||
/* ACCENTS */
|
||||
|
||||
.heart-rating.user-rating, .star-rating.user-rating {
|
||||
color: rgb(var(--accent-color));
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
[class*="Badge-primary-"],
|
||||
.nav-header>li>a.selected .badge {
|
||||
background-color: rgb(var(--accent-color));
|
||||
@ -506,7 +512,7 @@ circle {
|
||||
.well,
|
||||
.files ul li {
|
||||
color: var(--text);
|
||||
background-color: rgb(255 255 255 / 10%);
|
||||
background-color: rgb(0 0 0 / 10%);
|
||||
border: 1px solid transparent;
|
||||
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
|
||||
box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
|
||||
|
Loading…
Reference in New Issue
Block a user