commit 2bfa625570dbff4c5f9fc62f65cb2a5778ee2fcb parent 51f6768e08ed142ab574a0c2229252ce6506a641 Author: awy <awy@awy.one> Date: Sat, 20 Sep 2025 21:31:43 +0300 colors and hide tab line Diffstat:
| M | userChromeQB.css | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/userChromeQB.css b/userChromeQB.css @@ -1,7 +1,7 @@ :root { - --tab-active-bg-color: #057; + --tab-active-bg-color: #83a598; --tab-inactive-bg-color: #333; - --tab-active-fg-fallback-color: #eee; /* color of text in an active tab without a container */ + --tab-active-fg-fallback-color: #282828; /* color of text in an active tab without a container */ --tab-inactive-fg-fallback-color: #888; /* color of text in an inactive tab without a container */ --urlbar-focused-bg-color: #41404c; --urlbar-not-focused-bg-color: #1c1b22; @@ -410,3 +410,8 @@ tab { *[id*="sep"], *[class*="sep"] { display: none !important; } + +#tabbrowser-tabbox { + outline: none !important; + box-shadow: none !important; +}