From 8923af6b515c4ba0c06d5d591245a47b90dceeea Mon Sep 17 00:00:00 2001 From: frperalde Date: Mon, 1 Mar 2021 08:40:15 +0100 Subject: [PATCH] oups --- SwichGIT/src/css/desktops.css | 2 +- SwichGIT/src/css/tablet.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SwichGIT/src/css/desktops.css b/SwichGIT/src/css/desktops.css index dbb9fce..1fb7582 100644 --- a/SwichGIT/src/css/desktops.css +++ b/SwichGIT/src/css/desktops.css @@ -345,7 +345,7 @@ } .case-score .score-description { - background-color: #B7B7B7; + background-color: var(--lightsedonca); padding: 10px 15px; width: calc(100% - 30px); height: calc(100% - 20px); diff --git a/SwichGIT/src/css/tablet.css b/SwichGIT/src/css/tablet.css index 93d7778..395d65b 100644 --- a/SwichGIT/src/css/tablet.css +++ b/SwichGIT/src/css/tablet.css @@ -345,7 +345,7 @@ } .case-score .score-description { - background-color: #B7B7B7; + background-color: var(--lightsedonca); padding: 10px 15px; width: calc(100% - 30px); height: calc(100% - 20px);