Explorar el Código

Fix the Plus button default color

Amauri CHAMPEAUX hace 4 años
padre
commit
2d64b75777
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      css/tarteaucitron.css

+ 1 - 1
css/tarteaucitron.css

@@ -643,7 +643,7 @@ span#tarteaucitronDisclaimerAlert {
 #tarteaucitronRoot .tarteaucitronPlus::before {
     content: '\271b';
     display: inline-block;
-    color: white;
+    color: #333;
 }