Dark AS.com
as.com GFG by gfgerard
Details
Authorgfgerard
LicenseNo License
Categoryas.com
Created
Updated
Size708 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 as.com GFG
@version 20240915.19.32
@namespace https://userstyles.world/user/gfgerard
@description Dark AS.com
@author gfgerard
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://as.com/") {
article, aside, details, figcaption, figure, footer, header,
hgroup, main, menu, nav, section, summary,
.hdr__sht__subnav, .hdr__sht, .trend-lk, .main-wr, ul, li, .ev-unit, .ev-pinned, blockquote{
background-color: #282828 !important;
color: white !important;
}
.row, .ct{
background-color: #3e3e3e !important;
color: white !important;
}
p, h1, h2, h3, h4, span, .s__sum, a{
color: white !important;
}
}