Skip to content

Commit

Permalink
Improve social icons
Browse files Browse the repository at this point in the history
Add one for theme colors; make all "standard" ones black for consistency
  • Loading branch information
SamsungGalaxyPlayer committed May 10, 2024
1 parent 661a901 commit 35059dc
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 8 deletions.
3 changes: 3 additions & 0 deletions img/social-icons/discord-logo-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion img/social-icons/discord-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions img/social-icons/github-logo-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion img/social-icons/github-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions img/social-icons/matrix-logo-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions img/social-icons/matrix-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions img/social-icons/twitter-logo-black.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion img/social-icons/twitter-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,11 @@ <h3>More questions?</h3>
<div class="social-links">
<ul>
<li><a href="https://discord.gg/YH7kFuREKY" target="_blank" class="discord-icon">
<img src="/img/social-icons/discord-logo-purple.png" alt="Discord icon logo">
<img src="/img/social-icons/discord-logo.svg" alt="Discord icon logo">
</a>
</li>
<li><a href="https://twitter.com/MagicGrants" target="_blank" class="twitter-icon">
<img src="/img/social-icons/twitter-logo-purple.png" alt="X (Twitter) icon logo">
<img src="/img/social-icons/twitter-logo.svg" alt="X (Twitter) icon logo">
</a>
</li>
</ul>
Expand Down

0 comments on commit 35059dc

Please sign in to comment.