UX: White text for social login buttons, regardless of theme

This commit is contained in:
Kris 2018-01-22 21:19:38 -05:00
parent 80c41a0e59
commit fb2ab3c4d4
1 changed files with 4 additions and 1 deletions

View File

@ -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;
}