Makes TCGPlayer Darker
TCGPlayer Dark Theme by DortaEdward
Imported from https://userstyles.world/api/style/5591.user.css
Details
AuthorDortaEdward
LicenseNo License
Categoryunset
Created
Updated
Size2.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name TCGPlayer Dark Theme
@version 20220710.01.06
@namespace userstyles.world/user/drmaple
@description Makes TCGPlayer Darker
@author drmaple
@license No License
==/UserStyle== */
@-moz-document domain("tcgplayer.com") {
body, html, [class^="marketplace-"], columns, [class^="search-toolbar"], [class^="product-details__listings"]{
background: #121212 !important;
color: #fff !important;
}
[class^="product"], [class^="homepage"], [class^="seller-filter__option-value"]{
color: #fff !important;
}
[class^="search-result"], [class^="listing-item product-details__listings-results"] {
background-color: #000000 !important;
color:white !important;
}
.search-layout, [class^="search-results"], [class^="shop-by-direct-container"]{
background-color: #121212 !important;
}
[class^="search-result-count"] {
color:white !important;
background-color: #121212 !important;
}
[class^="filter-drawer__body"] {
background-color: #000000 !important;
color: white !important;
}
[class^="checkbox__option-value"], [class^="filter-bubbles__title"], .shop-by-direct p[data-v-1e1fc916], [class^="shop-by-direct"] {
color:white !important;
}
[class^="dismiss-bubble"], [class^="price-points"], [class^="latest-sales"], [class^="listing-item__add"], [class^="spotlight__add-to-cart"]{
color: #000000 !important;
}
[class^="navbar-menu"] {
background-color: #121212 !important;
}
label {
color:#bb86fc !important;
}
a, input, [class^="inventory_"] {
color: #008fff !important;
}
[class^="account-actions__user-name"]{
color: #8c9db0 !important;
}
[name^="autocomplete-drop-down"]{
background: #000 !important;
color: white !important;
}
[class^="charts-price"], [class^="spotlight__banner direct"]{
color: #121212 !important;
}
[class^="charts-date"], [class^="charts-timeframe"], [class^="charts-item"], [class^="charts-settings"] {
color: white !important;
}
[class^="charts-item active"] {
color: white !important;
background-color: #bb85fc !important;
}
path {
fill: #008fff !important;
}
[class^="label-text"], [class^="spotlight__shipping"] {
color: white !important;
}
[class^="listing-item__price"]{
color: #55b553 !important;
}
.product__item-details__toggle[data-v-349313ed]:before {
background: linear-gradient(0deg,#121212 20px,hsla(0,0%,100%,0));
}
}