From 8540201cd593108d64cd9b9ce4c44d04c2ecbc55 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 29 Nov 2024 21:47:03 +0200 Subject: [PATCH] Tweak again the new tab button --- src/public/stylesheets/theme-next.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 19e228e30..649c5165c 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -214,10 +214,10 @@ --active-item-background-color: #777; --active-item-border-color: transparent; - --new-tab-button-background: #ffffff2e; - --new-tab-button-color: #dcdcdc; + --new-tab-button-background: #ffffff1f; + --new-tab-button-color: #ccc; --new-tab-button-shadow: 2px 2px 4px rgba(0, 0, 0, .4); - --new-tab-button-hover-background: #ffffff45; + --new-tab-button-hover-background: #fff3; --new-tab-button-hover-color: white; --menu-text-color: #e3e3e3;