Fix the Plus button default color
This commit is contained in:
parent
b01967b03a
commit
2d64b75777
|
|
@ -643,7 +643,7 @@ span#tarteaucitronDisclaimerAlert {
|
|||
#tarteaucitronRoot .tarteaucitronPlus::before {
|
||||
content: '\271b';
|
||||
display: inline-block;
|
||||
color: white;
|
||||
color: #333;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue