diff --git a/community/hangouts/index.md b/community/hangouts/index.md index 308245ac17..f3f0d2fd2e 100644 --- a/community/hangouts/index.md +++ b/community/hangouts/index.md @@ -28,6 +28,9 @@ meta_descr: hangouts.intro
  • +
  • + +
  • diff --git a/css/custom.css b/css/custom.css index 79fc4f511e..ce0479369c 100644 --- a/css/custom.css +++ b/css/custom.css @@ -4204,6 +4204,14 @@ p.hangouts-social { width: 3rem; } +.social-icon.lemmy { + background-image: url(../img/lemmy.avif); +} + +.social-icon.lemmy:hover { + background-image: url(../img/lemmy-hover.avif); +} + @media only screen and (max-width: 62rem) { .hangouts .irc .col-md-4 { diff --git a/img/lemmy-hover.avif b/img/lemmy-hover.avif new file mode 100644 index 0000000000..d23c63c347 Binary files /dev/null and b/img/lemmy-hover.avif differ diff --git a/img/lemmy.avif b/img/lemmy.avif new file mode 100644 index 0000000000..1b73c4f73a Binary files /dev/null and b/img/lemmy.avif differ