Merge pull request #16 from Samuel-Hoskin/main
Added PayPal as a link Option
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user