From 6ed8bdfacd02108aa1e03d03efbe061ffc2d7955 Mon Sep 17 00:00:00 2001 From: kat witch Date: Tue, 17 Aug 2021 04:06:05 +0100 Subject: [PATCH] Further discard fix --- depot/users/kat/gui/firefox/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/depot/users/kat/gui/firefox/default.nix b/depot/users/kat/gui/firefox/default.nix index df11b48e..8f32b64d 100644 --- a/depot/users/kat/gui/firefox/default.nix +++ b/depot/users/kat/gui/firefox/default.nix @@ -106,11 +106,12 @@ in color: ${base16.base07} !important; } .tab.discarded { - background-color: ${base16.base03}; - color: ${base16.base05} !important; + background-color: ${base16.base00}; + color: ${base16.base01} !important; } .tab.discarded:hover { - background-color: ${base16.base04} !important; + background-color: ${base16.base01} !important; + color: ${base16.base02} !important; } :root .tab .highlighter::before {