mcsinyx.github.io/source/static/fab.css

28 lines
649 B
CSS
Raw Normal View History

2020-08-08 10:59:18 +02:00
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css';
.fab {
padding: 0.5em;
font-size: 2em;
width: 1em;
text-align: center;
text-decoration: none;
2020-09-30 18:43:02 +02:00
margin: 0.2em;
2020-08-08 10:59:18 +02:00
border-radius: 50%;
color: white;
}
.fab:hover {
text-decoration: none;
color: white;
opacity: 0.8;
}
.fa-github { background: #24292e }
.fa-reddit { background: #ff5700 }
2020-08-08 17:41:02 +02:00
.fa-twitter { background: #55acee }
.fa-youtube-square { background: #bb0000 }
2020-08-08 10:59:18 +02:00
.fa-soundcloud { background: #ff5500 }
.fa-stack-exchange { background: #242729 }
2020-08-08 17:41:02 +02:00
.fa-facebook { background: #3b5998 }
.fa-linkedin { background: #007bb5 }