Skip to content

Commit

Permalink
Merge pull request pages-themes#14 from barning/main
Browse files Browse the repository at this point in the history
Added Mastodon
  • Loading branch information
sethcottle authored Aug 18, 2021
2 parents 9b720cd + 1055963 commit 3c62d8c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,14 @@ button:hover,
.button.button-linkedin:focus {
filter: brightness(90%) }

/* Mastodon */
.button.button-mastodon {
color: #FFFFFF;
background-color: #1F232B }
.button.button-mastodon:hover,
.button.button-mastodon:focus {
filter: brightness(90%) }

/* Medium */
.button.button-medium {
color: #FFFFFF;
Expand Down
4 changes: 4 additions & 0 deletions icons/mastodon.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: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ <h1>LittleLink</h1>
<a class="button button-reddit" href="#" target="_blank" rel="noopener"><img class="icon" src="icons/reddit.svg" alt="Reddit Logo">Reddit</a>
<br>

<!-- Mastodon -->
<a class="button button-mastodon" href="#" target="_blank" rel="noopener"><img class="icon" src="icons/mastodon.svg" alt="Mastodon Logo">Mastodon</a>
<br>

<!-- Medium -->
<a class="button button-medium" href="#" target="_blank" rel="noopener"><img class="icon" src="icons/medium.svg" alt="Medium Logo">Medium</a>
<br>
Expand Down

0 comments on commit 3c62d8c

Please sign in to comment.