Tab Styling Fixes

This commit is contained in:
blessedcoolant 2022-11-22 17:01:22 +13:00
parent 723dcf4236
commit 8b08af714d
4 changed files with 5 additions and 5 deletions

View File

@ -44,7 +44,7 @@
font-weight: bold;
&[aria-expanded='true'] {
background-color: var(--tab-color);
background-color: var(--tab-hover-color);
border-radius: 0.4rem 0.4rem 0 0;
}

View File

@ -39,8 +39,8 @@
// Tabs
--tab-color: rgb(30, 32, 42);
--tab-hover-color: rgb(36, 38, 48);
--tab-panel-bg: var(--background-color-secondary);
--tab-hover-color: rgb(46, 48, 58);
--tab-panel-bg: rgb(36, 38, 48);
--tab-list-bg: var(--accent-color);
--tab-list-text: rgb(202, 204, 216);
--tab-list-text-inactive: rgb(92, 94, 114);

View File

@ -40,7 +40,7 @@
// Tabs
--tab-color: rgb(40, 44, 48);
--tab-hover-color: rgb(48, 52, 56); //done
--tab-panel-bg: var(--background-color-secondary);
--tab-panel-bg: rgb(36, 40, 44);
--tab-list-bg: var(--accent-color);
--tab-list-text: rgb(202, 204, 206);
--tab-list-text-inactive: rgb(92, 94, 96); //done

View File

@ -40,7 +40,7 @@
// Tabs
--tab-color: rgb(202, 204, 206);
--tab-hover-color: rgb(196, 198, 200);
--tab-panel-bg: var(--background-color-secondary);
--tab-panel-bg: rgb(206, 208, 210);
--tab-list-bg: rgb(235, 185, 5);
--tab-list-text: rgb(0, 0, 0);
--tab-list-text-inactive: rgb(106, 108, 110);