Dark mode, legible text
expandingpossibilities.org by ly3xqhl8g9

Details
Authorly3xqhl8g9
LicenseNo License
Categoryexpandingpossibilities
Created
Updated
Code size732 B
Code checksumcfd9fe1a
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name expandingpossibilities.org
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("expandingpossibilities.org") {
/* Insert code here... */
.wsite-section-content {
background: #1c1c1c;
}
.paragraph {
text-align: left !important;
}
.paragraph span,
.paragraph font,
.wsite-menu-item {
color: #fff !important;
font-size: 1.3rem !important;
font-weight: normal !important;
line-height: 1.8 !important;
}
.powered-by {
opacity: 0 !important;
}
}