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 21, 2024
1 parent 047f3bc commit 31e0c4f
Show file tree
Hide file tree
Showing 4 changed files with 14 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 @@ -31,6 +31,9 @@ meta_descr: hangouts.intro
<li>
<a class="ext-noicon" href="https://discord.gg/SyGUMWBqvF" target="_blank" rel="noreferrer noopener" aria-label="Discord logo"><div class="social-icon discord"></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
11 changes: 11 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4218,6 +4218,17 @@ p.hangouts-social {
width: 3rem;
}

.social-icon.lemmy {
background-image: url(../img/lemmy.avif);
background-color: white;
background-size: 100%;
}

.social-icon.lemmy:hover {
background-image: url(../img/lemmy-hover.avif);
background-color: #ff6500;
}

@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 31e0c4f

Please sign in to comment.