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
|
|
|
background-color:var(--background);
|
2021-12-06 00:15:18 +00:00
|
|
|
|
2021-12-20 23:03:36 +00:00
|
|
|
bottom: 1.6em;
|
2021-10-15 00:33:17 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.socials i {
|
2021-12-23 15:00:34 +00:00
|
|
|
font-size: 2.0em;
|
|
|
|
padding-right: .1em;
|
2021-10-15 00:33:17 +01:00
|
|
|
color: var(--foreground-inactive);
|
2022-01-05 21:23:57 +00:00
|
|
|
transition: color 0.3s;
|
2021-10-15 00:33:17 +01:00
|
|
|
}
|
|
|
|
.socials i:hover {
|
2021-12-22 03:53:53 +00:00
|
|
|
|
2021-10-15 00:33:17 +01:00
|
|
|
color: var(--accent);
|
|
|
|
}
|
|
|
|
|
|
|
|
.socials a {
|
|
|
|
text-decoration: none;
|
|
|
|
transition: color 0.3s;
|
|
|
|
}
|
2022-05-18 01:00:41 +01:00
|
|
|
|
|
|
|
|