fix contrasts
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 14s
Website Prod/Test / Testumgebung (push) Successful in 7s

This commit is contained in:
2024-10-23 21:57:59 +02:00
parent 5c6b37ce37
commit c61f6f1799
7 changed files with 50 additions and 54 deletions

View File

@ -20,8 +20,8 @@
{{ range .zahlen }}
<div class="col-md-4 col-sm-6 mb-4 mb-md-0">
<div class="text-center">
<h2 class="count text-white" data-count="{{ .count }}">0</h2>
<h5 class="text-white">{{ .name }}</h5>
<h2 class="count text-secondary" data-count="{{ .count }}">0</h2>
<h5 class="text-secondary">{{ .name }}</h5>
</div>
</div>
{{ end }}