change text-color for notification
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m9s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m9s
This commit is contained in:
parent
6e3917c742
commit
888dfde1d2
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ bestellformular = true
|
||||||
{{< captcha >}}
|
{{< captcha >}}
|
||||||
<button id="bestellformular-btn" type="submit" class="submitbutton text-white mx-auto submit-after-valid-captcha" >Kostenpflichtig bestellen</button>
|
<button id="bestellformular-btn" type="submit" class="submitbutton text-white mx-auto submit-after-valid-captcha" >Kostenpflichtig bestellen</button>
|
||||||
|
|
||||||
<p><div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div></p>
|
<p><div id="notification" class="bg-blue-500 text-black rounded invisible opacity-0 hidden">Notification</div></p>
|
||||||
</center>
|
</center>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue