fix contrasts
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 14s
Website Prod/Test / Testumgebung (push) Successful in 7s

This commit is contained in:
2024-10-23 21:57:59 +02:00
parent 5c6b37ce37
commit c61f6f1799
7 changed files with 50 additions and 54 deletions

View File

@ -39,8 +39,8 @@ const AboutPreview = ({ widgetFor, widgetsFor, entry, fields, collection }) => {
h(
"div",
{ className: "text-center" },
h("h2", { className: "count text-white" }, element.count),
h("h5", { className: "text-white" }, element.name)
h("h2", { className: "count text-secondary" }, element.count),
h("h5", { className: "text-secondary" }, element.name)
)
);
})

View File

@ -48,7 +48,7 @@ const EventPreview = ({ widgetsFor, entry }) => {
"div",
{
className:
"col-md-3 text-center p-4 bg-primary text-white rounded",
"col-md-3 text-center p-4 bg-primary text-secondary",
},
h(
"div",