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 {