From d0a8f334113f9b50596f84a51ef9102c3aaa7d7d Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 25 Mar 2024 00:45:18 +0100 Subject: [PATCH] fix(footer): socials logos --- assets/images/icons/instagram.svg | 6 +++--- assets/images/icons/instagram_color.svg | 21 --------------------- assets/images/icons/peertube.svg | 9 +++++++-- assets/images/icons/rss.svg | 5 +---- assets/images/icons/youtube.svg | 6 ++++-- assets/sass/general.scss | 4 ++++ layouts/partials/footer.html | 2 +- 7 files changed, 20 insertions(+), 33 deletions(-) delete mode 100644 assets/images/icons/instagram_color.svg diff --git a/assets/images/icons/instagram.svg b/assets/images/icons/instagram.svg index 311cdc2..d491b75 100644 --- a/assets/images/icons/instagram.svg +++ b/assets/images/icons/instagram.svg @@ -1,5 +1,5 @@ - - - + + + diff --git a/assets/images/icons/instagram_color.svg b/assets/images/icons/instagram_color.svg deleted file mode 100644 index 9d63a7d..0000000 --- a/assets/images/icons/instagram_color.svg +++ /dev/null @@ -1,21 +0,0 @@ - - - Instagram-color - - - - - - - - - - - - - - - - - - diff --git a/assets/images/icons/peertube.svg b/assets/images/icons/peertube.svg index 7e9f2fb..7e644b2 100644 --- a/assets/images/icons/peertube.svg +++ b/assets/images/icons/peertube.svg @@ -1,2 +1,7 @@ - - + + + + + + + diff --git a/assets/images/icons/rss.svg b/assets/images/icons/rss.svg index 5562d38..b86ef04 100644 --- a/assets/images/icons/rss.svg +++ b/assets/images/icons/rss.svg @@ -1,6 +1,3 @@ - - - @@ -14,4 +11,4 @@ - \ No newline at end of file + diff --git a/assets/images/icons/youtube.svg b/assets/images/icons/youtube.svg index 5f1cab9..6fa198d 100644 --- a/assets/images/icons/youtube.svg +++ b/assets/images/icons/youtube.svg @@ -1,5 +1,7 @@ - + + + \ No newline at end of file +--> diff --git a/assets/sass/general.scss b/assets/sass/general.scss index 0068c3c..81730e4 100644 --- a/assets/sass/general.scss +++ b/assets/sass/general.scss @@ -176,6 +176,10 @@ figure { fill: lighten(#0C72B7, 20%) !important; } +.icon-instagram { + fill: #FDB9D6 !important; +} + .icon-mastodon { fill: lighten(#5C4CE2, 20%) !important; } diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index be0f372..351cf50 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -17,7 +17,7 @@
  • - {{ partial "helpers/svg" (dict "path" "icons/instagram_color" "class" "site-footer-socials__logo icon-instagram") }} + {{ partial "helpers/svg" (dict "path" "icons/instagram" "class" "site-footer-socials__logo icon-instagram") }}