Displays all small text on Tumblr as regular size.
Tumblr - Small Text Fixer by rpschtuff
Details
Authorrpschtuff
LicenseNo License
Categorytumblr.com
Created
Updated
Size359 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 tumblr.com - 1/24/2023, 2:22:28 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("tumblr.com") {
small, sub, sup { font-size:1em !important; }
sub, sup { vertical-align:baseline; position:relative; }
}