From 98818fffddfc99f345abc08ab9c22815c220bd92 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Thu, 14 Jul 2022 10:15:58 -0700 Subject: ff userchrome --- userChrome.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 userChrome.css (limited to 'userChrome.css') diff --git a/userChrome.css b/userChrome.css new file mode 100644 index 0000000..cbe4abc --- /dev/null +++ b/userChrome.css @@ -0,0 +1,8 @@ +* { + font-size: 15px !important; +} +.toolbarbutton-badge { + font-size: 8px !important; +} + + -- cgit