From a8914ee402a87a05882ca1072e8719827dfa259a Mon Sep 17 00:00:00 2001 From: Raph Date: Sun, 14 Jan 2024 08:12:25 -0500 Subject: [PATCH] Fix #9: removes white tab border on Firefox Nightly --- Addon/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/Addon/manifest.json b/Addon/manifest.json index aafb591..d4ee1b1 100644 --- a/Addon/manifest.json +++ b/Addon/manifest.json @@ -34,6 +34,7 @@ "tab_background_text": "rgb(199, 202, 210)", "tab_loading": "rgb(98, 114, 164)", "tab_selected": "rgb(68, 71, 90)", + "tab_line": "rgb(68, 71, 90)", "tab_text": "rgb(248, 248, 242)", "toolbar": "rgb(68, 71, 90)", "toolbar_bottom_separator": "rgb(68, 71, 90)",