style: auto-fix linting issues

This commit is contained in:
JulienMaille 2026-01-29 20:56:27 +00:00 committed by github-actions[bot]
parent c05f5d2426
commit 6ec7ecb5ea

View file

@ -2146,11 +2146,12 @@ input:checked + .slider::before {
font-size: 1.25rem; font-size: 1.25rem;
color: color-mix(in srgb, var(--foreground), transparent 40%); color: color-mix(in srgb, var(--foreground), transparent 40%);
font-weight: 500; font-weight: 500;
transition: color 0.2s, text-decoration 0.2s; transition:
color 0.2s,
text-decoration 0.2s;
} }
#fullscreen-track-artist:hover { #fullscreen-track-artist:hover {
color: var(--highlight);
color: var(--primary); color: var(--primary);
text-decoration: underline; text-decoration: underline;
cursor: pointer; cursor: pointer;