瀏覽代碼

Fix the Plus button default color

Amauri CHAMPEAUX 4 年之前
父節點
當前提交
2d64b75777
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 }