Преглед на файлове

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

Guichen преди 4 години
родител
ревизия
dcf0236445
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  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 {