Skip to content

AD.nl Darkmode by reloop

Screenshot of AD.nl Darkmode

Details

Authorreloop

LicenseNo License

Categoryad.nl

Created

Updated

Size968 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple darkmode
Large footer removed

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;
}
}

Reviews

No reviews yet.