Pārlūkot izejas kodu

Changement léger de couleur dans le tableau des choix pour être plus lisible

Guichen 4 gadi atpakaļ
vecāks
revīzija
dcf0236445
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      assets/divers.css

+ 3 - 3
assets/divers.css

@@ -19,13 +19,13 @@ th, td {
 
 .all-choices {
     background-color: #28a745;
-    color: #8fd19e;
-
+    /* color: #8fd19e; */
+    color: white;
 }
 
 .half-choices {
     background-color: #8fd19e;
-    color: grey;
+    color: black;
 }
 
 .last-choice {