diff options
Diffstat (limited to 'modules/home-manager/personal/programs/firefox/userchrome/treestyletabs-inner.css')
| -rw-r--r-- | modules/home-manager/personal/programs/firefox/userchrome/treestyletabs-inner.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/home-manager/personal/programs/firefox/userchrome/treestyletabs-inner.css b/modules/home-manager/personal/programs/firefox/userchrome/treestyletabs-inner.css new file mode 100644 index 0000000..f6fca37 --- /dev/null +++ b/modules/home-manager/personal/programs/firefox/userchrome/treestyletabs-inner.css @@ -0,0 +1,6 @@ +/* Not working. Paste this inside TST's extra CSS rules. */ +@-moz-document regexp("moz-extension://.+/sidebar/sidebar.html.*") { + :root.sidebar #background { + background: #{{base00-hex}}; + } +} |
