Merge pull request #16 from Samuel-Hoskin/main

Added PayPal as a link Option
This commit is contained in:
Seth Cottle
2021-08-18 10:00:15 -04:00
committed by GitHub
3 changed files with 33 additions and 0 deletions

View File

@ -286,6 +286,14 @@ button:hover,
.button.button-vimeo:focus {
filter: brightness(90%) }
/* PayPal */
.button.button-paypal {
color: #FFFFFF;
background-color: #003087 }
.button.button-paypal:hover,
.button.button-paypal:focus {
filter: brightness(90%) }
/* YouTube */
.button.button-youtube {
color: #FFFFFF;