fix: simplify badge hover to a.badge:hover, remove badge-static class

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-25 16:04:21 +02:00
parent 37a9418136
commit ccb7d70542
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -46,7 +46,7 @@
href="{{ $href }}"
target="_blank"
rel="noopener noreferrer"
class="badge badge-outline badge-static"
class="badge badge-outline"
>{{ $platform | upper }} {{ partial "icon.html" "arrow-external" }}</a>
{{- end -}}
</div>