You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_social-icons.css 295B

1234567891011121314151617181920212223242526
  1. .facebook, .twitter, .instagram, .youtube, .github {
  2. fill: #BABABA;
  3. }
  4. .facebook:hover {
  5. fill: #3b5998;
  6. }
  7. .twitter:hover {
  8. fill: #1da1f2;
  9. }
  10. .instagram:hover {
  11. fill: #e1306c;
  12. }
  13. .youtube:hover {
  14. fill: #cd201f;
  15. }
  16. .github:hover {
  17. fill: #6cc644;
  18. }
  19. .linkedin:hover {
  20. fill: #0077b5
  21. }