Skip to content

Simple Slashdot - Readability by nwatham

Imported and mirrored from https://github.com/morenathan/user-css-simple/raw/main/simple-slashdot-readability.user.css

Screenshot of Simple Slashdot - Readability

Details

Authornwatham

LicenseBSD-2-Clause

Categoryslashdot.org

Created

Updated

Size388 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Reset font attributes for articles and comments.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Simple Slashdot - Readability
@namespace      github.com/morenathan/user-css-simple
@version        2
@description    Reset font attributes for articles and comments.
@author         Nathan Middleton <nathan@aplace.us>
@license        BSD-2-Clause
==/UserStyle== */

@-moz-document domain("slashdot.org") {
	* {
		font-family: sans-serif !important;
	}
}

Reviews

No reviews yet.