Restyle the new tab button

This commit is contained in:
Adorian Doran 2024-11-29 22:36:05 +02:00
parent d5695757cb
commit 7496101505

View File

@ -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;