Update brands.css
This commit is contained in:
parent
8448510270
commit
6db972a72d
1 changed files with 10 additions and 0 deletions
|
@ -345,6 +345,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* SpaceHey */
|
||||
.button.button-spacehey {
|
||||
color: #ffffff;
|
||||
background-color: #3234cf;
|
||||
}
|
||||
.button.button-spacehey:hover,
|
||||
.button.button-spacehey:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Telegram */
|
||||
.button.button-telegram {
|
||||
color: #ffffff;
|
||||
|
|
Loading…
Reference in a new issue