19 lines
239 B
SCSS
19 lines
239 B
SCSS
.social-icons {
|
|
font-size: 1.25rem;
|
|
}
|
|
|
|
.social-icons a.fa {
|
|
cursor: pointer;
|
|
opacity: 0.8;
|
|
padding: 0 0.2em;
|
|
}
|
|
|
|
.social-icons a.fa:hover {
|
|
opacity: 1;
|
|
}
|
|
|
|
.social-icons iframe[title=Flattr] {
|
|
position: relative;
|
|
top: 0.1em;
|
|
}
|