Browse Source

Fix the Plus button default color

Amauri CHAMPEAUX 4 năm trước cách đây
mục cha
commit
2d64b75777
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 }