Improve social follow popover button

This commit is contained in:
Michael Rose
2016-03-21 00:03:46 -04:00
parent abb89f7eb6
commit a2a4f84580
6 changed files with 83 additions and 50 deletions

View File

@ -49,7 +49,8 @@
/* for dark backgrounds */
&--inverse {
color: #000 !important;
color: currentColor !important;
border: 1px solid currentColor !important; // override
background-color: #fff;
&:hover {
background-color: mix(#000, #fff, 20%);