Created
May 12, 2015 15:46
-
-
Save thecatmelon/7db27f8121fb3e36578a to your computer and use it in GitHub Desktop.
If a customer wants the social icons in the footer to display in the actual social media colours, you can add this to the bottom of the timber.scss.liquid file. Colour reference: http://brandcolors.net/
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
.icon-twitter { color: #55acee; } | |
.icon-facebook { color: #3b5998; } | |
.icon-pinterest { color: #cc2127; } | |
.icon-google { color: #dd4b39; } | |
.icon-instagram { color: #3f729b; } | |
.icon-tumblr { color: #35465c; } | |
.icon-youtube { color: #b31217; } | |
.icon-vimeo { color: #1ab7ea; } | |
.icon-fancy { color: #3f454d; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment