From 2596f818e085ed724597ecb0028ec2536392203b Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 4 May 2024 01:09:55 +0100 Subject: add firefox userChrome with wavefox --- firefox/chrome/third_party_custom_styles.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 firefox/chrome/third_party_custom_styles.css (limited to 'firefox/chrome/third_party_custom_styles.css') diff --git a/firefox/chrome/third_party_custom_styles.css b/firefox/chrome/third_party_custom_styles.css new file mode 100644 index 0000000..6bce586 --- /dev/null +++ b/firefox/chrome/third_party_custom_styles.css @@ -0,0 +1,7 @@ +#main-window { + background: rgba(25, 25, 25, 0) !important; +} + +#tabbrowser-tabpanels{ + background: transparent !important; +} -- cgit v1.2.1