Set body background color in RedirectComponent styles to use secondary theme color

This commit is contained in:
akastijn 2025-11-13 21:24:20 +01:00
parent 5d9bf922a4
commit 07048567a1

View File

@ -6,3 +6,7 @@
font-family: system-ui, -apple-system, "Segoe UI", Roboto;
color: #555;
}
body {
background-color: var(--color-secondary);
}