Merge branch 'main' of https://github.com/barning/littlelink
This commit is contained in:
@ -123,6 +123,14 @@ button:hover,
|
||||
.button.button-github:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* Gitlab */
|
||||
.button.button-gitlab {
|
||||
color: #ffffff;
|
||||
background-color: #6151b2 }
|
||||
.button.button-gitlab:hover,
|
||||
.button.button-gitlab:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* Goodreads */
|
||||
.button.button-goodreads {
|
||||
color: #333333;
|
||||
@ -286,6 +294,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;
|
||||
@ -294,6 +310,14 @@ button:hover,
|
||||
.button.button-youtube:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* WhatsApp */
|
||||
.button.button-whatsapp {
|
||||
color: #FFFFFF;
|
||||
background-color: #455A64 }
|
||||
.button.button-whatsapp:hover,
|
||||
.button.button-whatsapp:focus {
|
||||
filter: brightness(90%) }
|
||||
|
||||
/* Wordpress */
|
||||
.button.button-wordpress {
|
||||
color: #FFFFFF;
|
||||
|
Reference in New Issue
Block a user