From bdad95b406fe46a1144cfa28125f0444d5e02107 Mon Sep 17 00:00:00 2001 From: bettina Date: Tue, 7 Jan 2025 09:14:11 +0100 Subject: [PATCH 1/2] change text-color for notification --- assets/js/bestellformular.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/bestellformular.js b/assets/js/bestellformular.js index 0467bdd..88cc389 100644 --- a/assets/js/bestellformular.js +++ b/assets/js/bestellformular.js @@ -187,7 +187,7 @@ function handleSubmit(e) { if (data.success) { submitButton.style.display = 'none' notification.innerHTML = `${currentMessages.thankyou}` - notification.className = 'bg-green-500 text-white px-4 py-2 rounded block' + notification.className = 'bg-green-500 text-black px-4 py-2 rounded block' } else { submitButton.style.display = 'none' notification.textContent = data.message From 1e34d056dd1ce6b29ff1c8321112cb4b24a39689 Mon Sep 17 00:00:00 2001 From: bettina Date: Tue, 7 Jan 2025 09:14:29 +0100 Subject: [PATCH 2/2] change text-color for notification --- content/german/bestellung/organisationen.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/german/bestellung/organisationen.md b/content/german/bestellung/organisationen.md index 25c484e..12ae3b5 100644 --- a/content/german/bestellung/organisationen.md +++ b/content/german/bestellung/organisationen.md @@ -168,7 +168,7 @@ bestellformular = true {{< captcha >}} -

+