Skip to content

Commit

Permalink
Further skinning aimed at theming; alerts improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
RoseTheFlower authored Sep 18, 2023
1 parent ea4dc1e commit 5c443c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libraryroot.custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2699,6 +2699,17 @@ button.DialogButton[class*="appdetailsbutton_AppDetailsButton_"][class*="appdeta
[class*="localdateandtime_RightSideTitles_"] {
color: rgb(var(--white50));
}
[class*="titlebarcontrols_SupportAlertsButton_"] {
margin-right: 10px;
height: 40px!important;
}
[class*="libraryhome_InnerContainer_"] {
color: rgb(var(--white)); /*The alpha is .8 in Valve's*/
}
[class*="appdetailsplaysection_Playtime_"] [class*="appdetailsplaysection_PlaytimeIcon_"] svg circle, [class*="appdetailsplaysection_Playtime_"] [class*="appdetailsplaysection_PlaytimeIconForced_"] svg circle {
stroke: rgb(var(--white50));
fill: rgb(var(--white50));
}
/*
.library_AchievementsOverlayContainer_HruWV .library_AchievementsPageContainer_gioyP>div {
background-image: none;
Expand Down

0 comments on commit 5c443c7

Please sign in to comment.