From 598dc8dc0b06b13da8c4e2824dcff7d55a26fbf0 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 27 Aug 2023 00:48:12 -0500 Subject: restructuring dotfiles to streamline ansible --- src/userChrome.css | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/userChrome.css (limited to 'src/userChrome.css') 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; +} + + -- cgit