From 1021433ffae4fd06f330d8c12577119e09a2683a Mon Sep 17 00:00:00 2001 From: JackMyth Date: Tue, 9 Jun 2020 22:03:53 +0800 Subject: [PATCH] Add GameListSectionHeader Font Color --- resource/webkit.css | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/resource/webkit.css b/resource/webkit.css index 1151081..73382b7 100644 --- a/resource/webkit.css +++ b/resource/webkit.css @@ -383,14 +383,10 @@ html.client .apphub_background background: linear-gradient(to right, #0B0B0B 0%, #0B0B0B 90%, #303230CB 110%); } -.ClientUIControls div[class^="gamelistsectionheader_SectionHeaderContent"] span[class*="gamelistsectionheader_SectionName"] -{ - color: rgba(255, 255, 255, 0.5); -} - +.ClientUIControls div[class^="gamelistsectionheader_SectionHeaderContent"] span[class*="gamelistsectionheader_SectionName"], .ClientUIControls div[class^="gamelistsectionheader_SectionHeaderContent"]:hover span[class*="gamelistsectionheader_SectionName"] { - color: rgba(255, 255, 255, 1); + /*TMC2:BeginGameListSectionHeader*/color: rgba(255, 255, 255, 1);/*TMC2:EndGameListSectionHeader*/ }