From 2fa99d2a2e8cfb4a1243f8dd26daf7f6d7d0e306 Mon Sep 17 00:00:00 2001 From: JonathanMM Date: Fri, 2 Jun 2023 22:43:17 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20de=20la=20couleur=20de=20la=20barr?= =?UTF-8?q?e=20max=20en=20mode=20th=C3=A8me=20accessible?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/jeu.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/jeu.css b/public/jeu.css index f6efb9d..fa8b2cc 100644 --- a/public/jeu.css +++ b/public/jeu.css @@ -2,6 +2,7 @@ --taille-cellule: 48px; --epaisseur-bordure-cellule: 1px; --epaisseur-padding-cellule: 2px; + --couleur-bar-max: rgb(231, 0, 42); --couleur-bien-place: rgb(231, 0, 42); --couleur-mal-place: rgb(255, 189, 0); --couleur-fond-grille: rgb(0, 119, 199); @@ -416,7 +417,7 @@ h1 { } .stats-bar.bar-max { - background-color: var(--couleur-bien-place); + background-color: var(--couleur-bar-max); } .stats-valeur {