Styling fixes

This commit is contained in:
blessedcoolant 2022-11-21 12:51:43 +13:00
parent 1f772e4bdc
commit c787a3a801
2 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@
}
&:disabled {
background-color: rgb(45, 49, 53) !important;
background-color: var(--btn-base-color);
&:hover {
background-color: rgb(45, 49, 53) !important;
background-color: var(--btn-base-color);
}
}

View File

@ -39,7 +39,7 @@
// Tabs
--tab-color: rgb(202, 204, 206);
--tab-hover-color: rgb(206, 208, 210);
--tab-hover-color: rgb(196, 198, 200);
--tab-panel-bg: rgb(214, 216, 218);
--tab-list-bg: rgb(235, 185, 5);
--tab-list-text: rgb(0, 0, 0);