Created
January 28, 2019 01:16
-
-
Save seothemes/b8a7caba8c5fa1c973a8c18d876862c1 to your computer and use it in GitHub Desktop.
Fixes newspaper pro sidebar social icon color
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
| .sidebar #simple-social-icons-4 li.ssi-instagram a, | |
| .sidebar #simple-social-icons-4 li.ssi-instagram a:hover { | |
| color: #ffffff !important; | |
| background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%) !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-dribbble a, | |
| .sidebar #simple-social-icons-4 li.ssi-dribbble a:hover { | |
| color: #ffffff !important; | |
| background: #ea4c89 !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-email a, | |
| .sidebar #simple-social-icons-4 li.ssi-email a:hover { | |
| color: #ffffff !important; | |
| background: #049fb3 !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-facebook a, | |
| .sidebar #simple-social-icons-4 li.ssi-facebook a:hover { | |
| color: #ffffff !important; | |
| background: #3b5998 !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-flickr a, | |
| .sidebar #simple-social-icons-4 li.ssi-flickr a:hover { | |
| color: #ffffff !important; | |
| background: #ff0084 !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-github a, | |
| .sidebar #simple-social-icons-4 li.ssi-github a:hover { | |
| color: #ffffff !important; | |
| background: #333333 !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-gplus a, | |
| .sidebar #simple-social-icons-4 li.ssi-gplus a:hover { | |
| color: #ffffff !important; | |
| background: #dd4b39 !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-linkedin a, | |
| .sidebar #simple-social-icons-4 li.ssi-linkedin a:hover { | |
| color: #ffffff !important; | |
| background: #007bb6 !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-pinterest a, | |
| .sidebar #simple-social-icons-4 li.ssi-pinterest a:hover { | |
| color: #ffffff !important; | |
| background: #bd081c !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-rss a, | |
| .sidebar #simple-social-icons-4 li.ssi-rss a:hover { | |
| color: #ffffff !important; | |
| background: #ff6600 !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-stumbleupon a, | |
| .sidebar #simple-social-icons-4 li.ssi-stumbleupon a:hover { | |
| color: #ffffff !important; | |
| background: #eb4823 !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-tumblr a, | |
| .sidebar #simple-social-icons-4 li.ssi-tumblr a:hover { | |
| color: #ffffff !important; | |
| background: #32506d !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-twitter a, | |
| .sidebar #simple-social-icons-4 li.ssi-twitter a:hover { | |
| color: #ffffff !important; | |
| background: #1da1f2 !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-vimeo a, | |
| .sidebar #simple-social-icons-4 li.ssi-vimeo a:hover { | |
| color: #ffffff !important; | |
| background: #aad450 !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-youtube a, | |
| .sidebar #simple-social-icons-4 li.ssi-youtube a:hover { | |
| color: #ffffff !important; | |
| background: #ff0000 !important; | |
| } | |
| .sidebar #simple-social-icons-4 li.ssi-snapchat a, | |
| .sidebar #simple-social-icons-4 li.ssi-snapchat a:hover { | |
| color: #ffffff !important; | |
| background: #fffc00 !important; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment