From bd62baf6409f71ba3ceadfb92604b38f260e3374 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sat, 9 Sep 2023 18:28:57 -0500 Subject: Removed xorg directory to favor organization in playbooks instead Instead of splitting data by directories in the repo, playbooks will be used to handle whether to install for xorg, wayland etc. --- src/xorg/userChrome.css | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/xorg/userChrome.css (limited to 'src/xorg/userChrome.css') diff --git a/src/xorg/userChrome.css b/src/xorg/userChrome.css deleted file mode 100644 index cbe4abc..0000000 --- a/src/xorg/userChrome.css +++ /dev/null @@ -1,8 +0,0 @@ -* { - font-size: 15px !important; -} -.toolbarbutton-badge { - font-size: 8px !important; -} - - -- cgit