Skip to content

Commit

Permalink
Selected item color, link hover color for the list of games
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseTheFlower authored Aug 10, 2024
1 parent 4bc5ffe commit b397e82
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions libraryroot.custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4042,11 +4042,6 @@ button.DialogButton._3Cdin80d-hVsakHUZboheb.SLpyhiN-Dagi3V8ZKukaK:hover {
color: rgb(var(--focus));
}

/* [class*="gamelistentry_Selected_"][class*="gamelistentry_Container_"] [class*="gamelistentry_CloudError_"], [class*="gamelistentry_Selected_"] [class*="gamelistentry_Container_"] [class*="gamelistentry_CloudError_"] */
._1UBpAXP408Ez_L_mXhW5Q9._2-O4ZG0KrnSrzISHBKctFQ .cMb2tLY-QjdRohM5U6Btp, ._1UBpAXP408Ez_L_mXhW5Q9 ._2-O4ZG0KrnSrzISHBKctFQ .cMb2tLY-QjdRohM5U6Btp {
color: rgb(var(--white));
}

/* [class*="appdetailsachievementssection_UnachievedSection_"] [class*="appdetailsachievementssection_Label_"] */
._3ca11X3AK6npLS3emMa5Lr .uoFNFZ7Hs5cF1IjP2fvPw {
color: rgb(var(--white50));
Expand Down Expand Up @@ -7814,6 +7809,10 @@ svg._2BcXpTTz4_uKHV10mn3WJW path {
._1-nHjRywUoX7Mpyc6JOPaQ ._2_0JonK7eKEvh8IoOvq0-B {
background: rgb(var(--focus))!important;
}

.WMjaqaZQRSDfgd8VK8TOm:hover {
color: rgb(var(--white75));
}
/*
.xYbDdgox9mzrraWWYN3_- ._1AazHUNJbyL5SIWE5jC4Tz ._1b6LYWVijW-9E4YV0keDWZ {
padding: 0;
Expand Down

0 comments on commit b397e82

Please sign in to comment.