mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Add Bluesky and Mastadon accounts, and add some Mastodon metadata to header
This commit is contained in:
parent
05ac7884e9
commit
5c7a924be2
8 changed files with 69 additions and 76 deletions
|
@ -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%);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue