Skip to content

Dark Populist Press by krb73

Details

Authorkrb73

LicenseNo License

CategoryPopulist Press

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for Populist Press

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Dark Populist Press
@version      20210914.05.17
@namespace    userstyles.world/user/krb73
@description  Dark theme for Populist Press
@author       krb73
@license      No License
==/UserStyle== */

@-moz-document domain("populist.press") {
body {
    background: #000;
}

hr {
    color: #ececec;
}

body.single-post #primary {
    background-color: #000000;
    box-shadow: 0px 0px 25px -8px #ececec;
}

a:hover {
    opacity: 0.7;
}

#populist-branding a#site-logo img {
    filter: invert(1);
}

.hentry .entry-header h1 {
    background-color: #000000;
    box-shadow: none;
    text-shadow: none;
    color: #ececec;
    left: 12px;
}

a,
a:hover,
a:active,
a:visited {
    color: #ececec;
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #ececec;
}

#primary article {
    border-width: 1px;
    border-color: #ececec;
}

ul#home_page_breaking li h2 a, ul#home_page_featured li h2 a, #homepage_main_feed ul li h2 a {
    text-decoration: none;
}
}

Reviews

No reviews yet.