This commit is contained in:
Niklas Barning
2021-09-27 11:07:41 +02:00
7 changed files with 153 additions and 2 deletions

View File

@ -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;