mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-17 13:08:54 +03:00
Fix tab button contrast on light theme
This commit is contained in:
@@ -8,6 +8,7 @@
|
|||||||
--dialog-background: #181818;
|
--dialog-background: #181818;
|
||||||
--dialog-border: white;
|
--dialog-border: white;
|
||||||
--tab-color: #242424;
|
--tab-color: #242424;
|
||||||
|
--tab-button-hover: #4d0000;
|
||||||
--tab-hover: white;
|
--tab-hover: white;
|
||||||
--description: #dfdfdf;
|
--description: #dfdfdf;
|
||||||
--disabled: #520000;
|
--disabled: #520000;
|
||||||
@@ -26,6 +27,7 @@
|
|||||||
--dialog-background: #f9f9f9;
|
--dialog-background: #f9f9f9;
|
||||||
--dialog-border: #282828;
|
--dialog-border: #282828;
|
||||||
--tab-color: #ababab;
|
--tab-color: #ababab;
|
||||||
|
--tab-button-hover: #750000;
|
||||||
--tab-hover: #2e2e2e;
|
--tab-hover: #2e2e2e;
|
||||||
--description: #262626;
|
--description: #262626;
|
||||||
--disabled: #ffcaca;
|
--disabled: #ffcaca;
|
||||||
@@ -100,7 +102,8 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tab-heading:hover {
|
.tab-heading:hover {
|
||||||
background-color: #4d0000;
|
background-color: var(--tab-button-hover);
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-heading.selected {
|
.tab-heading.selected {
|
||||||
@@ -110,6 +113,7 @@ html, body {
|
|||||||
|
|
||||||
.tab-heading:active {
|
.tab-heading:active {
|
||||||
background-color: #950000;
|
background-color: #950000;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.option-group > div {
|
.option-group > div {
|
||||||
|
|||||||
Reference in New Issue
Block a user