Merge pull request #1 from Jack-Myth/Light

Sync From origin
This commit is contained in:
Nofated 2022-12-12 07:24:39 +08:00 committed by GitHub
commit 9731ce6125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -60,6 +60,7 @@
#root,
div[class^="steamdesktop_Wrapper_"],
div[class^="library_MainPanel"]:after,
div[class^="gamelistbar_Container"]:after
/*TMC2:BeginWebPageStyleBG*/,html.client .responsive_page_frame/*TMC2:EndWebPageStyleBG*/
@ -247,7 +248,8 @@ html.client .apphub_background
/*TMC2:EndWebPageStyle*/
#root
#root,
div[class^="steamdesktop_Wrapper_"]
{
/*TMC2:BeginCSide0*/
background-position: -240px -31px;
@ -1096,4 +1098,9 @@ div[class^="newlogindialog_Login"] [class^="newlogindialog_SegmentedCharacterInp
{
color:#000;
border-bottom:2px solid rgb(0 0 0 / 50%);
}
div[class^="steamdesktop_Wrapper_"]
{
background-color: #0000;
}