diff options
author | davidovski <david@davidovski.xyz> | 2024-05-04 01:09:55 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2024-05-04 01:09:55 +0100 |
commit | 2596f818e085ed724597ecb0028ec2536392203b (patch) | |
tree | 5904fd719b808fa6991faec97b9fcb7825a4287c /firefox/chrome/third_party_custom_styles.css | |
parent | efa6ffe227b155506964da6ee5eed45d3e495efc (diff) |
add firefox userChrome with wavefox
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; +} |