Add Trello / Improved Youtube button

This commit is contained in:
Doncellup 2022-07-28 14:27:47 +02:00 committed by GitHub
parent 8ed382e371
commit a75d12b020
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 2 deletions

View File

@ -297,10 +297,10 @@ button:hover,
.button.button-vimeo:focus {
filter: brightness(90%) }
/* YouTube */
/* YouTube V2 */
.button.button-youtube {
color: #FFFFFF;
background-color: #000000 }
background-color: #FF0000 }
.button.button-youtube:hover,
.button.button-youtube:focus {
filter: brightness(90%) }
@ -423,6 +423,16 @@ button:hover,
filter: brightness(90%);
}
/* Trello */
.button.button-trello {
color: #ffffff;
background-color: #0079bf;
}
.button.button-trello:hover,
.button.button-trello:focus {
filter: brightness(90%);
}
/* Website */
.button.button-website {
color: #ffffff;