Dark mode for the very bright netzpolitik.org, tinted in a pleasant green.
Netzpolitik.org Dark Green by wyrrrd
Details
Authorwyrrrd
LicenseNo License
Categorynetzpolitik.org
Created
Updated
Size1.2 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 npdarkgreen
@version 1.0.0
@namespace wyrrrd
==/UserStyle== */
@-moz-document domain("netzpolitik.org") {
body, div, header, button, textarea, input, .article-area, h1, h2, h3, .teaser__subtitle, p, *[class^="related"], *[class^="comment"], *[class^="wp-caption"] {
font-family: "Fira Sans", "DejaVu Sans Condensed", verdana, arial, helvetica, sans-serif !important;
background: #191919 !important;
background-color: #191919 !important;
color: #808080 !important;
}
.canvas__hamburger, .canvas__hamburger::before, .canvas__hamburger::after {
background-color: #808080 !important;
}
img[alt="netzpolitik.org"] {
filter: invert(87.5%) hue-rotate(90deg);
}
p.sponsored__info a img {
filter: invert(87.5%);
}
.header-donation__icon, .header-donation__icon::before, .header-donation__icon::after {
background-color: #65a43c !important;
}
.header-donation__text {
color: #65a43c !important;
}
#banner-small {
border-bottom: 0.3em solid #65a43c !important;
}
.netzpolitik-cta-2 {
border-top: 0.2em solid #65a43c !important;
}
a {
color: #65a43c !important;
}
a:visited {
color: #aecc9b !important;
}
}