Skip to content

Instantly share code, notes, and snippets.

@nightpool
Last active July 4, 2020 23:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nightpool/5dbed82e9f7a0951fdb6dbdd9b81737e to your computer and use it in GitHub Desktop.
Save nightpool/5dbed82e9f7a0951fdb6dbdd9b81737e to your computer and use it in GitHub Desktop.
/* ==UserStyle==
@name Smaller root fontsize on tumblr.com
@namespace nightpool.club
@version 1.0.1
@author nightpool
==/UserStyle== */
@-moz-document domain("www.tumblr.com") {
:root {
--base-font-size: 14px !important;
}
}
@nightpool
Copy link
Author

nightpool commented Jul 4, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment