From 4c8ebb3fffcdf10ba00a8beba47967cfc20011f0 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 27 Aug 2023 01:42:25 -0500 Subject: moving files around, clearing scripts --- src/xorg/conf/userChrome.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/xorg/conf/userChrome.css (limited to 'src/xorg/conf/userChrome.css') diff --git a/src/xorg/conf/userChrome.css b/src/xorg/conf/userChrome.css new file mode 100644 index 0000000..cbe4abc --- /dev/null +++ b/src/xorg/conf/userChrome.css @@ -0,0 +1,8 @@ +* { + font-size: 15px !important; +} +.toolbarbutton-badge { + font-size: 8px !important; +} + + -- cgit