Gamersnexus store darkmode.
gamersnexus.net - darkmode by thermalzombie
Details
Authorthermalzombie
LicenseCC-BY-4.0
Categorygamersnexus
Created
Updated
Size673 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 gamersnexus.net - darkmode
@version 20220330.07.03
@namespace userstyles.world/user/thermalzombie
@description Gamersnexus store darkmode.
@author thermalzombie
@license No License
==/UserStyle== */
@-moz-document domain("gamersnexus.net") {
html, body
{
background: #000000 !important;
}
strong, a, p,
.newsletter-form-header-title, .product-price, .product-title
{
color: #FFFFFF !important;
}
.sqs-money-native
{
color: #00FF00 !important;
}
.intrinsic div
{
border: 2px #3aa8ff solid !important;
}
#header
{
border-bottom: 2px #3aa8ff solid !important;
}
}