Reduces risk of retinal combustion for night owls and darkness-dwellers. Written using Stylus for Firefox and Chrome. Should also work in Cascadea for Safari.
Dark Mode for Political Wire by bethanyferrell
Details
Authorbethanyferrell
LicenseReleased into the public domain for all to use at no cost.
Categorypoliticalwire.com
Created
Updated
Size2.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Dark Mode for Political Wire
@version 20231205.04.04
@namespace userstyles.world/user/bethanyferrell
@description Reduces risk of retinal combustion for night owls and others who prefer a dark page appearance. Written using Stylus for Firefox and Chrome. Should also work in Cascadea for Safari.
@author bethanyferrell
@license Released into the public domain for all to use at no cost.
==/UserStyle== */
/* ==UserStyle==
@name Dark Mode for Political Wire
@namespace github.com/openstyles/stylus
@version 1.0.7
@description Dark mode for Political Wire
@author Bethany Ferrell
==/UserStyle== */
@-moz-document domain("politicalwire.com") {
div.wrap,
.site-inner,
.site-header,
.post-template-default {
color: white;
background-color: #333;
}
.site-header {
background-color: #283351;
border-bottom: 5px solid #a0252c;
}
.site-title {
background-color: #283351;
}
.site-title img {
content: url(https://pony-pasture.com/bf/political-wire/images/political-wire-logo-dark.png)
}
.menu-top-menu,
.menu-primary {
background-color: #1a5276;
}
a.entry-title-link,
.entry-title {
color: #ca777c;
}
.F14679_sb_fbz_page {
background-color: #1a5276;
color: white;
}
.text-35 {
background-color: #333;
}
.F14679_sb_fbz_title,
.F14679_sb_fbz_footer {
background-color: #a0252c;
color: white;
margin: 0;
}
.F14679_sb_fbz_text {
color: white !important;
}
.F14679_sb_fbz_text b {
color: #ffa8ad !important;
}
.F14679_sb_fbz_page form {
background-color: #a0252c;
}
.F14679_sb_fbz_page table {
background-color: #a0252c !important;
}
.widget-wrap,
.mv-ad-box {
background-color: #333;
color: white;
}
.widget-wrap h4.widget-title {
padding-top: 15px;
}
.mv-rail-frame {
height: auto;
}
.mv-rail-slide {
background-color: #444;
}
a,
.breadcrumb-link,
.entry-author-link {
color: #fce4c0;
}
.entry-author-link {
color: #74bcec;
}
.adhesion_wrapper.adhesion_container {
background-color: #333;
}
.wpfp-span img {
background-color: #fce4c0;
border: 2px solid #fce4c0;
}
a.button.email {
background-color: #777 !important;
}
.wp-show-posts-entry-date {
color: #74bcec;
}
.comment-footer__menu {
margin-left: 1px;
margin-bottom: 1px;
}
.avatar img {
border-radius: 8px;
}
.post-votes {
margin-left: 1px !important;
margin-bottom: 1px !important;
}
}
@-moz-document url-prefix("https://example.com/") {
}