Skip to content

Commit

Permalink
feat: youtube alt
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikorin committed Jan 3, 2025
1 parent 9479451 commit 460cf6a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/brands.css
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,12 @@
--button-border:1px solid #FFFFFF;
}

/* YouTube Alt */
.button-yt-alt {
--button-text:#ffffff;
--button-background:#FF0000;
}

/* Zoom */
.button-zoom {
--button-text:#ffffff;
Expand Down
1 change: 1 addition & 0 deletions images/icons/youtube-alt.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 index.html
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,9 @@ <h1 tabindex="0">
<!-- YouTube -->
<a class="button button-yt" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/youtube.svg" alt="YouTube Logo">YouTube</a>

<!-- YouTube Alt -->
<a class="button button-yt-alt" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/youtube-alt.svg" alt="YouTube Logo">YouTube</a>

<!-- YouTube Music -->
<a class="button button-yt" href="#" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/youtube-music.svg" alt="YouTube Music Logo">Listen on YouTube Music</a>

Expand Down

0 comments on commit 460cf6a

Please sign in to comment.