chore: update hero snippet background color to sf_grau-50 for consistent styling

This commit is contained in:
2025-07-06 17:43:15 +02:00
parent 8b5d699c7c
commit 1e232ea089
+1 -1
View File
@@ -15,7 +15,7 @@
<!-- Linke Spalte - Text -->
<div class="w-full lg:w-1/2">
<div class="flex items-center justify-center p-2">
<div class="relative w-full max-w-m bg-white rounded-lg shadow-lg p-6">
<div class="relative w-full max-w-m bg-sf_grau-50 rounded-lg shadow-lg p-6">
<div class="absolute -top-20 left-1/2 transform -translate-x-1/2 px-2 py-2">
<h3 style="font-family: Case;" class="text-9xl text font-light text-sf_gelb-500 whitespace-nowrap">q</h3>
</div>