Fix font size
www.spam.org - Fix font size by kissaki
Details
Authorkissaki
LicenseNo License
Categoryspam.org
Created
Updated
Size563 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 www.spam.org - Fix font size
@namespace kcode.de/stylus/spam.org/font-size
@version 1.0.0
@description Fix font size
@author Jan Klass
==/UserStyle== */
@-moz-document domain("www.spam.org") {
/* The website replaces browser setting with 15px base font size. Fix it back. */
body, html { font-size: 100%; }
/* The website has various style rules with an absolute font-size (plus .font-size-md rules). Always use the root font size instead. */
* {
font-size: 18px !important;
}
}