diff options
author | Aaditya Dhruv <[email protected]> | 2022-07-14 10:15:58 -0700 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2022-07-14 10:15:58 -0700 |
commit | 98818fffddfc99f345abc08ab9c22815c220bd92 (patch) | |
tree | 4d352b317bfc00768097195f8b7a562af4b81cfd /userChrome.css | |
parent | a7df3311a4a7b8f88d444fb0ded4f5f5814dd3bf (diff) |
ff userchrome
Diffstat (limited to 'userChrome.css')
-rw-r--r-- | userChrome.css | 8 |
1 files changed, 8 insertions, 0 deletions
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; +} + + |