Make social icons links pretty

This commit is contained in:
2025-01-03 14:38:09 +01:00
parent 65df55a635
commit 5d0fc38107
3 changed files with 29 additions and 8 deletions

View File

@ -68,17 +68,36 @@
margin-left: 5px;
}
li {
margin: 10px;
ul {
list-style: none;
margin-left: 0;
li {
margin: 10px;
.fa-facebook {
color: $faceblue;
}
.fa-discord {
color: $discordblurple;
}
.fa-square-instagram::before {
background: $instagradient;
background-clip: text;
-webkit-text-fill-color: transparent;
}
i {
width: 25px;
text-align: center;
}
}
}
i {
width: 20px;
margin: 5px;
}
}
#birthdays_content {
ul.birthdays_year {
margin: 0;