change bg-color on template
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s
This commit is contained in:
parent
a8348d42e2
commit
b208a35a88
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
<div class="shrink-0">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2"
|
<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">
|
stroke="currentColor" class="w-8 h-8">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue