From 0d29093832f424c377672d1516965eeaadb49da3 Mon Sep 17 00:00:00 2001 From: kat witch Date: Tue, 17 Aug 2021 04:13:08 +0100 Subject: [PATCH] Contrast fixes. --- depot/users/kat/gui/firefox/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/depot/users/kat/gui/firefox/default.nix b/depot/users/kat/gui/firefox/default.nix index 8f32b64d..a6189ffa 100644 --- a/depot/users/kat/gui/firefox/default.nix +++ b/depot/users/kat/gui/firefox/default.nix @@ -107,11 +107,11 @@ in } .tab.discarded { background-color: ${base16.base00}; - color: ${base16.base01} !important; + color: ${base16.base02} !important; } .tab.discarded:hover { background-color: ${base16.base01} !important; - color: ${base16.base02} !important; + color: ${base16.base03} !important; } :root .tab .highlighter::before {