瀏覽代碼

Revert "Fix the Plus button default color"

This reverts commit 2d64b75777b35428a2a4da757fe563daea0f6283.
Amauri CHAMPEAUX 4 年之前
父節點
當前提交
7f3bfc533c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      css/tarteaucitron.css

+ 1 - 1
css/tarteaucitron.css

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