From c1036209a0d68a83622d05530c57d9a60badb896 Mon Sep 17 00:00:00 2001 From: MathGuich <146068290+MathGuich@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:31:01 +0100 Subject: [PATCH] feat(orga): modify background join request --- orga/app/styles/pages/join-request.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orga/app/styles/pages/join-request.scss b/orga/app/styles/pages/join-request.scss index 38f85b6fa13..e319244e504 100644 --- a/orga/app/styles/pages/join-request.scss +++ b/orga/app/styles/pages/join-request.scss @@ -5,7 +5,7 @@ justify-content: center; width: 100%; min-height: 100%; - background: $pix-secondary-orga-gradient; + background: var(--pix-orga-500); a { text-decoration: underline;