From b25aaff470af9e21d749be8b4341af2aed3b7ecb Mon Sep 17 00:00:00 2001 From: MathGuich <146068290+MathGuich@users.noreply.github.com> Date: Fri, 6 Dec 2024 17:30:12 +0100 Subject: [PATCH] feat(orga): modify background terms of service --- orga/app/styles/pages/authenticated/terms-of-service.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orga/app/styles/pages/authenticated/terms-of-service.scss b/orga/app/styles/pages/authenticated/terms-of-service.scss index 16a54c53ecb..159eeb05d15 100644 --- a/orga/app/styles/pages/authenticated/terms-of-service.scss +++ b/orga/app/styles/pages/authenticated/terms-of-service.scss @@ -6,7 +6,7 @@ width: 100%; height: 100%; min-height: 800px; - background: $pix-secondary-orga-gradient; + background:  var(--pix-orga-500); } .terms-of-service-form {