for people like me to whom steam review text is too bright for eyes
light steam by anemochore
Details
Authoranemochore
LicenseNo License
Categorystore.steampowered.com and steamcommunity.com
Created
Updated
Size498 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name light steam
@version 20240228.12.43
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://store.steampowered.com/"), url-prefix("https://steamcommunity.com/") {
body {
background-color: #48525F !important;
}
.review_box .content {
line-height: initial !important;
}
/* https://steamcommunity.com/ */
.apphub_Card {
background-color: #48525F !important;
}
.apphub_UserReviewCardContent .apphub_CardTextContent {
color: #acb2b8;
}
}