mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Use color for hover
This commit is contained in:
parent
963ead0a30
commit
666aaab7f2
1 changed files with 2 additions and 1 deletions
|
@ -97,10 +97,11 @@ html, body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-color: var(--tab-color);
|
background-color: var(--tab-color);
|
||||||
color: var(--white);
|
color: var(--white);
|
||||||
|
transition: background-color 0.1s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-heading:hover {
|
.tab-heading:hover {
|
||||||
outline: 3px solid var(--tab-hover);
|
background-color: #4d0000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-heading.selected {
|
.tab-heading.selected {
|
||||||
|
|
Loading…
Reference in a new issue