2021-10-15 00:33:17 +01:00
|
|
|
.socials {
|
2021-12-06 00:15:18 +00:00
|
|
|
position: absolute;
|
|
|
|
|
2021-10-15 00:33:17 +01:00
|
|
|
margin-top: 16px;
|
|
|
|
margin-left: 10px;
|
|
|
|
background-color:var(--background);
|
2021-12-06 00:15:18 +00:00
|
|
|
|
|
|
|
bottom: 1em;
|
2021-10-15 00:33:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.socials i {
|
|
|
|
font-size: 2em;
|
|
|
|
margin-left: 4px;
|
|
|
|
color: var(--foreground-inactive);
|
|
|
|
transition: transform 0.3s, color 0.3s;
|
|
|
|
}
|
|
|
|
.socials i:hover {
|
|
|
|
color: var(--accent);
|
2021-12-06 00:15:18 +00:00
|
|
|
transform: translateY(-10%);
|
2021-10-15 00:33:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.socials a {
|
|
|
|
text-decoration: none;
|
|
|
|
|
|
|
|
transition: color 0.3s;
|
|
|
|
}
|