Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* ============================================== */
- /* Social Icons
- /* ============================================== */
- /* Alternative - Change the color of individual Social Icons when hovering,
- otherwise darkgrey */
- a.icon-feed {
- color: darkgrey;
- }
- /* Change to desired color */
- a.icon-twitter {
- color: darkgrey;
- }
- /* Change to desired color */
- a.icon-facebook {
- color: darkgrey;
- }
- /* Change to desired color */
- a.icon-google {
- color: darkgrey;
- }
- /* Change to desired color */
- a.icon-instagram {
- color: darkgrey;
- }
- /* Change to desired color */
- a.icon-wordpress {
- color: darkgrey;
- }
- /* Change to desired color */
- a.icon-youtube {
- color: darkgrey;
- }
- /* Change to desired color */
- a.icon-pinterest {
- color: darkgrey;
- }
- /* Change to desired color */
- a.icon-github {
- color: darkgrey;
- }
- /* Change to desired color */
- a.icon-dribbble {
- color: darkgrey;
- }
- /* Change to desired color */
- a.icon-linkedin {
- color: darkgrey;
- }
- /* Change to desired color */
- a.icon-feed:hover {
- color: #DC622C;
- }
- /* Change to desired color */
- a.icon-twitter:hover {
- color: #00B6F1;
- }
- /* Change to desired color */
- a.icon-facebook:hover {
- color: #3B5998;
- }
- /* Change to desired color */
- a.icon-google:hover {
- color: #C20806;
- }
- /* Change to desired color */
- a.icon-instagram:hover {
- color: #2C6A93;
- }
- /* Change to desired color */
- a.icon-wordpress:hover {
- color: #04769C;
- }
- /* Change to desired color */
- a.icon-youtube:hover {
- color: #C31A1E;
- }
- /* Change to desired color */
- a.icon-pinterest:hover {
- color: #C91517;
- }
- /* Change to desired color */
- a.icon-github:hover {
- color: #040204;
- }
- /* Change to desired color */
- a.icon-dribbble:hover {
- color: #333333;
- }
- /* Change to desired color */
- a.icon-linkedin:hover {
- color: #04669A;
- }
- /* Change to desired color */
- .social-icons a:hover {
- text-decoration: none;
- }
- .navbar-inner .social-icon {
- font-size: 1.5em;
- margin: 0px 0px;
- }
- .navbar-inner .social-block {
- margin: 0px auto;
- }
Advertisement
Add Comment
Please, Sign In to add comment