Skip to content

Commit

Permalink
Small tweak fix Home Button Text Color in steam-library theme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonius7 committed Sep 12, 2021
1 parent b1ab610 commit 70bb0e5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scss/_module_homeicon.scss
Expand Up @@ -6,7 +6,7 @@ Adapted from LIGHT-UI by Angelo*/
}

.gamelisthome_Bar_3pSPl:hover .gamelisthome_Label_3O48L {
color: transparent !important;
color: transparent;
filter: brightness(300%) !important;

}
Expand All @@ -16,8 +16,8 @@ Adapted from LIGHT-UI by Angelo*/
}

.gamelisthome_Bar_3pSPl .gamelisthome_Label_3O48L {
transition: filter 0.3s ease-in-out !important;
color: transparent !important;
transition: filter 0.3s ease-in-out;
color: transparent;
background-image: url(https://i.imgur.com/AAFscfG.png) !important;
background-size: 20px !important;
background-repeat: no-repeat !important;
Expand Down
6 changes: 6 additions & 0 deletions themes/_shiina.scss
Expand Up @@ -28,6 +28,12 @@
margin-left: 0px !important;
}

.gamelisthome_Bar_3pSPl:hover .gamelisthome_Label_3O48L {
color: unset !important;
}
.gamelisthome_Bar_3pSPl .gamelisthome_Label_3O48L {
color: unset !important;
}
.gamelistdropdown_Bar_1ZS_x {
margin-left: 0px;
margin-top: unset !important;
Expand Down

0 comments on commit 70bb0e5

Please sign in to comment.