Correction de la couleur de la barre max en mode thème accessible

This commit is contained in:
JonathanMM 2023-06-02 22:43:17 +02:00
parent 999d7ef326
commit 2fa99d2a2e

View file

@ -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 {