Add Bluesky and Mastadon accounts, and add some Mastodon metadata to header

This commit is contained in:
Alex Cabal 2024-11-18 13:40:21 -06:00
parent 05ac7884e9
commit 5c7a924be2
8 changed files with 69 additions and 76 deletions

View file

@ -1399,6 +1399,14 @@ footer ul.social-media a[href^="https://www.instagram.com"]::before{
background-image: url("/images/instagram.svg");
}
footer ul.social-media a[href^="https://bsky.app"]::before{
background-image: url("/images/bluesky.svg");
}
footer ul.social-media a[href^="https://mastodon.social"]::before{
background-image: url("/images/mastodon.svg");
}
footer ul.social-media a:hover::before{
/* This filter changes a black background to #62bfa3, which is var(--button-highlight) */
filter: invert(69%) sepia(35%) saturate(459%) hue-rotate(111deg) brightness(92%) contrast(87%);