Skip to content

Commit

Permalink
Buttons have blue text
Browse files Browse the repository at this point in the history
Fixes #283
  • Loading branch information
oleksis committed Mar 20, 2024
1 parent 5647d64 commit c2d46a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/join_us.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<h2>Not a member yet?</h2>
<p>Are you a Black Python Developer</p>
<div class="grid">
<a href="https://discord.gg/XUc3tFqCT3" role="button" class="pico-background-violet-650"
<a href="https://discord.gg/XUc3tFqCT3" role="button" class="pico-background-violet-650" style="color: #03dfff"
><span><i class="fab fa-discord"></i></span> Join our Discord</a
>
<a href="https://www.linkedin.com/groups/14336241/" role="button" class="pico-background-azure-650"
<a href="https://www.linkedin.com/groups/14336241/" role="button" class="pico-background-azure-650" style="color: #03dfff"
><span><i class="fab fa-linkedin"></i></span> Join our LinkedIn Group</a
>
</div>
Expand Down

0 comments on commit c2d46a6

Please sign in to comment.