diff --git a/src/pages/energieausweis-erstellen/index.astro b/src/pages/energieausweis-erstellen/index.astro index 4d745099..27e462e2 100644 --- a/src/pages/energieausweis-erstellen/index.astro +++ b/src/pages/energieausweis-erstellen/index.astro @@ -88,7 +88,7 @@ import Layout from "#layouts/Layout.astro"; @tailwind utilities; #OEA_widget { - @apply bg-white p-3 rounded-lg shadow-lg; + @apply bg-light-grey p-4 rounded-xl shadow-xl; #OEA_input { @apply space-y-2; @@ -118,7 +118,7 @@ import Layout from "#layouts/Layout.astro"; } #OEA_result { - @apply p-4 m-4 border-2 border-secondary rounded-lg text-gray-700; + @apply rounded-lg text-gray-700; } }