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;