mirror of
https://github.com/sethcottle/littlelink.git
synced 2024-10-01 01:06:05 -04:00
Update brands.css
This commit is contained in:
parent
241ed8c9e6
commit
5a32dfed19
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user