Make footer social links always white (#697)

This commit is contained in:
James Nylen 2019-10-31 23:39:01 -04:00 committed by GitHub
parent 43332d15a0
commit d4d02b18b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,10 @@ a:hover,
color: #999;
}
.jetpack-social-navigation a {
color: #fff;
}
/**
* Styles for company profile pages
*/