style: auto-fix linting issues
This commit is contained in:
parent
c05f5d2426
commit
6ec7ecb5ea
1 changed files with 3 additions and 2 deletions
|
|
@ -2146,11 +2146,12 @@ input:checked + .slider::before {
|
|||
font-size: 1.25rem;
|
||||
color: color-mix(in srgb, var(--foreground), transparent 40%);
|
||||
font-weight: 500;
|
||||
transition: color 0.2s, text-decoration 0.2s;
|
||||
transition:
|
||||
color 0.2s,
|
||||
text-decoration 0.2s;
|
||||
}
|
||||
|
||||
#fullscreen-track-artist:hover {
|
||||
color: var(--highlight);
|
||||
color: var(--primary);
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue