Merge pull request #100 from IBCornelsen/Jens

Widget
This commit is contained in:
Jens Cornelsen
2024-12-07 23:31:22 +01:00
committed by GitHub

View File

@@ -88,7 +88,7 @@ import Layout from "#layouts/Layout.astro";
@tailwind utilities; @tailwind utilities;
#OEA_widget { #OEA_widget {
@apply bg-light-grey p-4 rounded-xl shadow-xl; @apply bg-gray-100 p-4 rounded-xl shadow-xl;
#OEA_input { @apply space-y-2; #OEA_input { @apply space-y-2;