Procházet zdrojové kódy

Fix the Plus button default color

Amauri CHAMPEAUX před 4 roky
rodič
revize
2d64b75777
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;
 }