From 6ec7ecb5ea8763ef13d9c17d0bd16ad4e13b1c88 Mon Sep 17 00:00:00 2001 From: JulienMaille <182520+JulienMaille@users.noreply.github.com> Date: Thu, 29 Jan 2026 20:56:27 +0000 Subject: [PATCH] style: auto-fix linting issues --- styles.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 4c01434..374679d 100644 --- a/styles.css +++ b/styles.css @@ -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;