From f75ad996ae271486da6ed2094496958edcb657fd Mon Sep 17 00:00:00 2001 From: hermes Date: Sun, 14 Jun 2026 14:23:24 +0000 Subject: [PATCH] style(css): reformat legal-page transitions to satisfy prettier MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prettier (running in the CI stylelint step) wants multi-property transition values to be split across lines. Pure formatting fix — no semantic change. --- public/css/haus-schleusingen.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/public/css/haus-schleusingen.css b/public/css/haus-schleusingen.css index 6a9e8d9..3b72bfb 100755 --- a/public/css/haus-schleusingen.css +++ b/public/css/haus-schleusingen.css @@ -1747,7 +1747,9 @@ nav:not(.scrolled) .locale-switcher__trigger:focus-visible { color: var(--accent); text-decoration: none; border-bottom: 1px solid rgb(139 105 20 / 25%); - transition: border-color 0.2s, color 0.2s; + transition: + border-color 0.2s, + color 0.2s; } .legal-page a:hover { @@ -1771,7 +1773,9 @@ nav:not(.scrolled) .locale-switcher__trigger:focus-visible { color: var(--accent); border-bottom: 1px solid var(--accent); padding-bottom: 2px; - transition: color 0.2s, border-color 0.2s; + transition: + color 0.2s, + border-color 0.2s; } .legal-back:hover {