Add X and Instagram links to site footer

This commit is contained in:
Alex Cabal 2024-04-12 15:31:27 -05:00
parent 54f46254d8
commit 92c647f2b1
5 changed files with 71 additions and 10 deletions

View file

@ -32,7 +32,8 @@ article.ebook section#details ul li a[class]::before,
footer p:last-child a::before,
main.front-page > section > section figure.oss img + img,
main.front-page > section > h2::before,
main.front-page > section > h2::after{
main.front-page > section > h2::after,
footer ul.social-media a::before{
filter: invert() grayscale(100%) brightness(120%) drop-shadow(3px 3px 1px rgba(0, 0, 0, .25)); /* grayscale and brightness makes it hit about #eeeeee */
}