Просмотр исходного кода

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

Guichen 4 лет назад
Родитель
Сommit
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 {