style fixes
This commit is contained in:
parent
d6783df90e
commit
93454c921f
2 changed files with 13 additions and 18 deletions
|
|
@ -115,7 +115,7 @@ audio {
|
|||
}
|
||||
|
||||
#plList li:hover {
|
||||
background-color: var(--accent1);
|
||||
background-color: var(--accent2-alt);
|
||||
color: var(--bg);
|
||||
transition: all 400ms ease-in-out;
|
||||
}
|
||||
|
|
@ -149,11 +149,12 @@ audio {
|
|||
}
|
||||
|
||||
.plSel {
|
||||
background-color: var(--fg-alt)!important;
|
||||
background-color: var(--accent1-alt)!important;
|
||||
cursor: pointer!important;
|
||||
color: var(--bg);
|
||||
}
|
||||
.plSel:hover {
|
||||
background-color: var(--accent1)!important;
|
||||
background-color: var(--accent2-alt)!important;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue