Added Mastodon

This commit is contained in:
Kristofers Solo
2023-01-30 13:25:58 +02:00
parent 6baf6622ff
commit af704ebc5f
2 changed files with 15 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
:root {
--color-mail: #7e63f8;
--color-mail: #6d4aff;
--color-telegram: #2baaee;
--color-mastodon: #595aff;
--color-linkedin: #0074b3;
--color-github: #0d1117;
}
@@ -82,6 +83,12 @@ video {
background-image: none;
}
.mastodon:hover > i {
color: var(--color-mastodon);
border: 2px solid var(--color-mastodon);
background-image: none;
}
.social-link .label {
display: none;
color: var(--color-fg-default);