From 749610150510d46c9debadc65668c832beaa3df6 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Fri, 29 Nov 2024 22:36:05 +0200 Subject: [PATCH] Restyle the new tab button --- src/public/stylesheets/theme-next.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/public/stylesheets/theme-next.css b/src/public/stylesheets/theme-next.css index 528540207..719afd908 100644 --- a/src/public/stylesheets/theme-next.css +++ b/src/public/stylesheets/theme-next.css @@ -215,11 +215,11 @@ --active-item-background-color: #777; --active-item-border-color: transparent; - --new-tab-button-background: #ffffff47; - --new-tab-button-color: black; + --new-tab-button-background: #fff0; + --new-tab-button-color: #ffffff96; --new-tab-button-shadow: 2px 2px 4px rgba(0, 0, 0, .4); - --new-tab-button-hover-background: #ffffff8f; - --new-tab-button-hover-color: black; + --new-tab-button-hover-background: #fff3; + --new-tab-button-hover-color: white; --menu-text-color: #e3e3e3; --menu-background-color: #222222d9;