UX: White text for social login buttons, regardless of theme
This commit is contained in:
parent
80c41a0e59
commit
fb2ab3c4d4
|
@ -118,9 +118,12 @@
|
|||
// --------------------------------------------------
|
||||
|
||||
.btn-social {
|
||||
color: $secondary;
|
||||
color: #fff;
|
||||
text-shadow: 0 1px 0 rgba($primary, 0.2);
|
||||
box-shadow: inset 0 1px 0 rgba(0,0,0, 0.1);
|
||||
&:hover {
|
||||
color: #fff;
|
||||
}
|
||||
&[href] {
|
||||
color: $secondary;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue