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.
 
 
 
 
ozgurkon-theme-hugo/src/style/partials/_socials.scss

16 lines
302 B

a.social {
display: inline-flex;
margin: var(--space-1);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
align-items: center;
text-decoration: none;
width: 1em;
overflow: hidden;
&:focus, &:hover {
text-decoration: underline;
}
}