Makes http://toastytech.com/evil/rants.html tolerable to look at.
Rants for sane people by zmac
Details
Authorzmac
LicenseCC Zero
Categoryhttp://toastytech.com/evil/rants.html
Created
Updated
Size378 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 Rants for sane people
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Makes http://toastytech.com/evil/rants.html tolerable to look at.
@author Me
==/UserStyle== */
@-moz-document url-prefix("http://toastytech.com/evil/rants.html") {
body {
background: white;
color: black;
}
}