Skip to content

Commit

Permalink
Hangouts: Add Monero.town
Browse files Browse the repository at this point in the history
Add Monero.town lemmy instance to hangouts page
  • Loading branch information
HardenedSteel committed Aug 20, 2024
1 parent 99fd539 commit 99c00ee
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions community/hangouts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ meta_descr: hangouts.intro
<li>
<a class="ext-noicon" href="https://telegram.me/monero" target="_blank" rel="noreferrer noopener" aria-label="Telegram logo"><div class="social-icon telegram"></div></a>
</li>
<li>
<a class="ext-noicon" href="https://monero.town" target="_blank" rel="noreferrer noopener" aria-label="Lemmy logo"><div class="social-icon lemmy"></div></a>
</li>
</ul>
</section>
</div>
Expand Down
8 changes: 8 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Binary file added img/lemmy-hover.avif
Binary file not shown.
Binary file added img/lemmy.avif
Binary file not shown.

0 comments on commit 99c00ee

Please sign in to comment.