diff options
Diffstat (limited to 'firefox/chrome/third_party_custom_styles.css')
-rw-r--r-- | firefox/chrome/third_party_custom_styles.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; +} |