️ New Brands

- Added CSS for SoundCloud & Spectrum.
- Added SVG icons for SoundCloud & Spectrum.
- Added example buttons to index.html.
- Fixed typo on README.md.
This commit is contained in:
Seth Cottle
2019-12-22 22:04:37 -05:00
parent 899971780b
commit 5b9ff2057d
5 changed files with 32 additions and 1 deletions

View File

@ -173,6 +173,22 @@ button:hover,
.button.button-snapchat:focus {
filter: brightness(90%) }
/* SoundCloud */
.button.button-soundcloud {
color: #FFFFFF;
background-color: #ff5500 }
.button.button-soundcloud:hover,
.button.button-soundcloud:focus {
filter: brightness(90%) }
/* Spectrum */
.button.button-spectrum {
color: #FFFFFF;
background-color: #7b16ff }
.button.button-spectrum:hover,
.button.button-spectrum:focus {
filter: brightness(90%) }
/* Spotify */
.button.button-spotify {
color: #FFFFFF;