change bg-color on template
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s

This commit is contained in:
bettina 2024-09-03 16:19:46 +02:00
commit b208a35a88

View file

@ -1,4 +1,4 @@
<div role="alert" class="alert light-text relative flex w-2/3 px-4 py-4 mx-auto text-base text-white bg-green-500 {{ with .Get "background-color" }}bg-{{ . }} {{ end }} rounded-lg font-regular">
<div role="alert" class="alert light-text relative flex w-2/3 px-4 py-4 mx-auto text-base text-white bg-red-500 {{ with .Get "background-color" }}bg-{{ . }} {{ end }} rounded-lg font-regular">
<div class="shrink-0">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2"
stroke="currentColor" class="w-8 h-8">