diff --git a/chrome/global/variables.css b/chrome/global/variables.css index 23b4f06..eec7b71 100644 --- a/chrome/global/variables.css +++ b/chrome/global/variables.css @@ -175,7 +175,6 @@ #tabbrowser-tabs { --tab-min-height: 32px !important; - --tab-line-color: var(--tab-line-col) !important; } @supports -moz-bool-pref("materialFox.reduceTabOverflow") @@ -246,3 +245,10 @@ #TabsToolbar .toolbarbutton-1 { fill: var(--lwt-text-color) !important; } + +:-moz-any(:root:not([style]), +:root:not([lwtheme]), +:root[style*="--lwt-accent-color:rgb(227, 228, 230); --lwt-text-color:rgba(24, 25, 26);"], +:root[style*="--lwt-accent-color:rgb(12, 12, 13); --lwt-text-color:rgba(249, 249, 250);"]) #tabbrowser-tabs { + --tab-line-color: var(--tab-line-col) !important; +} \ No newline at end of file