Remove "See All Games" 's background color in OLED theme

This commit is contained in:
redphx
2025-02-04 21:07:04 +07:00
parent ff9a7962c5
commit f9c9dc9684
3 changed files with 7 additions and 3 deletions

View File

@@ -76,9 +76,13 @@ body[data-theme=dark] {
--gds-containerSolidAppBackground: #000 !important;
}
div[class*="ProductDetailPage-module__backgroundImageGradient"]:after {
div[class*=ProductDetailPage-module__backgroundImageGradient]:after {
background: radial-gradient(ellipse 100% 100% at 50% 0, #1515178c 0, #1a1b1ea6 32%, #000000 100%) !important;
}
a[class*=AllGamesRow-module__seeAllCloudGames] {
background: none !important;
}
`);
}