AprilSylph / Palettes-for-Tumblr

🎨 Colour scheme manager for Tumblr
GNU General Public License v3.0
31 stars 8 forks source link

<small> text size unaffected by "Base Font Size" feature #197

Open alinachin opened 3 months ago

alinachin commented 3 months ago

Platform

Windows 11

Browser

Firefox 127.0.2 (64-bit)

Addon version

1.1.0

Details

Tumblr post text that's styled with <small> tags stays at 13px, does not increase/decrease in size to follow the base font size set by this extension's "Change Base Font Size" feature.

marcustyphoon commented 3 months ago

Today I learned: the CSS web standard has different keywords called small/large (based only on the user's browser settings) and smaller/larger (scales the way we're doing it). Neat! Kind of confusing!

Arguably would make the most sense for Tumblr's frontend to switch to smaller, but maybe there are caveats to doing that. We could probably override it, alternatively.