diff --git a/frontend/src/app/shared-components/redirect/redirect.component.scss b/frontend/src/app/shared-components/redirect/redirect.component.scss index 0c3cd22..3ef4de2 100644 --- a/frontend/src/app/shared-components/redirect/redirect.component.scss +++ b/frontend/src/app/shared-components/redirect/redirect.component.scss @@ -6,3 +6,7 @@ font-family: system-ui, -apple-system, "Segoe UI", Roboto; color: #555; } + +body { + background-color: var(--color-secondary); +}