Update brands.css
This commit is contained in:
parent
241ed8c9e6
commit
5a32dfed19
1 changed files with 13 additions and 3 deletions
|
@ -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 a new issue