Replaces scrolling binary background with a neutral gray color - so it's less hard on the eyes
zine.yesterweb.org - 6/17/2022, 12:57:13 PM by divinityinfinity
Details
Authordivinityinfinity
LicenseNo License
Categoryyesterweb
Created
Updated
Size364 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 zine.yesterweb.org - 6/17/2022, 12:57:13 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url("https://zine.yesterweb.org/issue-04/") {
/* Insert code here... */
}
body {
background-color: gray;
background-image: none;
}