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;