Merge branch 'main' into dev
All checks were successful
Website Dev / Entwicklungsumgebung (push) Successful in 15s

This commit is contained in:
2024-10-31 19:54:28 +01:00
17 changed files with 108 additions and 70 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",

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 342 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB