forces white-on-black color scheme
spare my eyes pls i beg you by rudyon
Details
Authorrudyon
LicenseNo License
Categorysubstack
Created
Updated
Size237 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name spare my eyes pls i beg you
@version 20231115.18.06
@namespace ?
==/UserStyle== */
@-moz-document domain("substack.com") {
* {
background-color: #000 !important;
color: #fff !important;
}
}