Update brands.css

This commit is contained in:
ITRR 2024-02-24 16:47:04 -08:00 committed by GitHub
parent 241ed8c9e6
commit 5a32dfed19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -205,15 +205,25 @@ button:hover,
/* Bluesky */
.button.button-bluesky {
color: #000000;
background-color: #F3F9FF;
border: 1px solid #212121;
color: #FFFFFF;
background-color: #1185FE;
}
.button.button-bluesky:hover,
.button.button-bluesky:focus {
filter: brightness(90%);
}
/* Bluesky Alt */
.button.button-bluesky-alt {
color: #000000;
background-color: #FFFFFF;
}
.button.button-bluesky-alt:hover,
.button.button-bluesky-alt:focus {
filter: brightness(90%);
}
/* Buy Me a Coffee */
.button.button-coffee {
color: #000000;