diff options
Diffstat (limited to 'src/userChrome.css')
-rw-r--r-- | src/userChrome.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/userChrome.css b/src/userChrome.css new file mode 100644 index 0000000..cbe4abc --- /dev/null +++ b/src/userChrome.css @@ -0,0 +1,8 @@ +* { + font-size: 15px !important; +} +.toolbarbutton-badge { + font-size: 8px !important; +} + + |