From 6d2e3a6f5e7e7b8606b1f4b2c710b3e9b4c40daa Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 27 Nov 2024 23:07:48 +0200 Subject: [PATCH] Tweak the colors of the inactive tab --- src/public/stylesheets/theme-next.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 82d136bdb..858d057a4 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -130,8 +130,8 @@ --active-tab-shadow: 3px 3px 6px rgba(0, 0, 0, .1); --inactive-tab-background-color: transparent; - --inactive-tab-hover-background-color: var(--left-pane-item-hover-background); - --inactive-tab-text-color: #666; + --inactive-tab-hover-background-color: #00000016; + --inactive-tab-text-color: #4e4e4e; --new-tab-button-background: #d8d8d8; --new-tab-button-color: #3a3a3a;