-
+
WYSIWYG Live-Editor
diff --git a/shop/app/globals.css b/shop/app/globals.css
index e4d740f..1ffdf40 100644
--- a/shop/app/globals.css
+++ b/shop/app/globals.css
@@ -2,6 +2,7 @@
@tailwind components;
@tailwind utilities;
+
html {
color-scheme: dark;
}
diff --git a/shop/app/order/success/page.tsx b/shop/app/order/success/page.tsx
index a67112b..3a0c34b 100644
--- a/shop/app/order/success/page.tsx
+++ b/shop/app/order/success/page.tsx
@@ -159,7 +159,7 @@ export default async function OrderSuccessPage({
Brutto Gesamtbetrag:
- 0 ? "text-white" : "text-gradient"}>
+ 0 ? "text-white" : "text-primary"}>
{new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(oneTimeGross)}
@@ -183,7 +183,7 @@ export default async function OrderSuccessPage({