add Mastodon social media integration
This commit is contained in:
+10
-2
@@ -307,7 +307,8 @@ img {
|
||||
.icon-button i.icon-youtube,
|
||||
.icon-button i.icon-instagram,
|
||||
.icon-button i.icon-tiktok,
|
||||
.icon-button i.icon-twitter {
|
||||
.icon-button i.icon-twitter,
|
||||
.icon-button i.icon-mastodon {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
@@ -1698,6 +1699,11 @@ i.icon-x,
|
||||
color: #000000 !important; /* Noir X (anciennement Twitter) */
|
||||
}
|
||||
|
||||
i.icon-mastodon,
|
||||
.fab.fa-mastodon.icon-mastodon {
|
||||
color: #563ACC !important; /* Violet Mastodon */
|
||||
}
|
||||
|
||||
/* Maintenir la couleur par défaut pour les icônes dans le footer */
|
||||
.footer-social a {
|
||||
margin: 0 10px;
|
||||
@@ -2297,4 +2303,6 @@ i.icon-x,
|
||||
width: 30px;
|
||||
height: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user