Set body background color in RedirectComponent styles to use secondary theme color
This commit is contained in:
parent
5d9bf922a4
commit
07048567a1
|
|
@ -6,3 +6,7 @@
|
||||||
font-family: system-ui, -apple-system, "Segoe UI", Roboto;
|
font-family: system-ui, -apple-system, "Segoe UI", Roboto;
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: var(--color-secondary);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user