Skip to content

newstatesman.com - Darkish by standardspace

Details

Authorstandardspace

LicenseNo License

Categorynewstatesman.com

Created

Updated

Size950 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

WIP to make a darkish version of the New Statesman magazine

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           newstatesman.com - 21/09/2022, 12:38:02
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("newstatesman.com") {
    body,
    section,
    .c-header,
    .c-header-nav,
    .c-header-nav__main__nav,
    .c-footer,
    .c-header-nav .c-mega-menu,
    .c-header-nav .c-mega-menu__item {
        background: #333 !important;
    }

    body,
    p,
    a,
    h1,
    h2,
    h3,
    h4,
    [class^="icon"]:before,
    .the-global-title,
    .c-magazine-segment__sub-headline,
    .c-article-single .c-article-header__title--blog,
    .c-article-single .c-article-excerpt--blog {
        color: #fff;
    }

    .c-hamburger-btn__bar::before {
        background: #fff;
    }

    @media (min-width: 48rem) {
        .c-header-edition__dropdown-bkg {
            background: #333 !important;
        }
    }
}

Reviews

No reviews yet.