Skip to content

inews.co.uk - Dec 2023 by kevsturman

Details

Authorkevsturman

LicenseNo License

Categoryinews.co.uk

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simple dark mode for inews

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           inews.co.uk - Dec 2023
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://inews.co.uk/") {
    /* Insert code here... */
    body {
        background: #222;
        color: white;
    }

    a {
        color: white;
        -webkit-text-decoration: none;
        text-decoration: none;
    }
    
    .article-content {
        font-size:1.5em;
    }

    .inews__main__primary,
    .inews__post-byline__author-link {
        background-color: #222;
    }
    .is-post-template-opinion,
    .inews__post-byline,
    .inews__post-byline__author-link {
        background-color: #222 !important
    }

    .is-post-template-opinion .inews__widget__posts__title {
        color: white;
    }

    .inews__header,
    .inews__sub__header_menu,
    .inews__footer__menus,
    .inews__post-hero__content,
    body.is-post.is-post-template-longform,
    body.is-post.is-post-template-longform .i__m__head-cont,
    .inews__post-section[data-type="PostSection1xPortrait3xJot"] .inews__post-section__body .inews__post-jot,
    .inews__post-teaser,
    .inews-post__latest,
    .selector__container .selector__nav .selector__nav-item[aria-selected="true"],
    .inews__post-section__title h2 > a,
    .inews__post-section__title h2 > a, .inews__post-section__title h2 > span,
    .inews__widget__posts__list .inews__post-jot,
    .is-post-template-opinion .inews__post-puff,
    .inews__widget__posts__list .inews__post-puff .inews__post-puff__content {
        background-color: #222
    }
    
    a.inews__sub__header_menu_list_item, a.inews__header, .selector__nav-item {
        color:white;
    }
    
    .inews__header-menu li a {
        color: white;
    }
    
    #inews__email-signup,
    #inews__email-signup-inews_newsletter_widget-10 {
        display: none;
    }
}

Reviews

No reviews yet.