Created
January 13, 2016 16:00
-
-
Save CoachBirgit/536748e4eb8731c504e8 to your computer and use it in GitHub Desktop.
Sample CSS used for social media links using Ionicons with the Genesis Framework.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Ionicons | |
--------------------------------------------- */ | |
.site-footer p.social a { | |
border: 1px solid #949792; | |
border-radius: 50%; | |
color: #949792; | |
display: inline-block; | |
height: 42px; | |
margin-left: 10px; | |
margin-right: 10px; | |
padding: 10px; | |
width: 42px; | |
} | |
.site-footer p.social a:hover { | |
border: 1px solid #fff; | |
color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment