Simple darkmode
Large footer removed
AD.nl Darkmode by reloop
Details
Authorreloop
LicenseNo License
Categoryad.nl
Created
Updated
Size968 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 ad.nl darkmode
@namespace ad.nl
@version 1.0.0
@description ad.nl darkmode
@author Reloop
==/UserStyle== */
@-moz-document domain("ad.nl") {
body {
background-color: black;
color: #9e9d9b !important;
}
.page-header__section--secondary{
background-color: black !important;
color: #9e9d9b !important;
}
.sub-nav__wrapper{
background-color: black !important;
color: #9e9d9b !important;
}
.sub-nav__link {
color: #9e9d9b;
}
.container-col-holder {
background-color: black;
}
.ankeiler__wrapper {
background-color: black !important;
color: #9e9d9b !important;
}
.article__wrapper {
background-color: black;
}
.figcaption {
background-color: black;
}
.page-main-footer {
display: none !important;
}
.ankeiler--simple__title {
color: #9e9d9b;
}
.ankeiler__title {
color: #9e9d9b;
}
}