Update brands-extended.css
This commit is contained in:
parent
78c7de73d8
commit
de5ebf8699
1 changed files with 10 additions and 1 deletions
|
@ -396,6 +396,15 @@ button:hover,
|
||||||
.button.button-myanimelist:focus {
|
.button.button-myanimelist:focus {
|
||||||
filter: brightness(90%) }
|
filter: brightness(90%) }
|
||||||
|
|
||||||
|
/* Nostr */
|
||||||
|
.button.button-nostr {
|
||||||
|
color: #FFFFFF;
|
||||||
|
background-color: #a915ff;
|
||||||
|
}
|
||||||
|
.button.button-nostr:hover,
|
||||||
|
.button.button-nostr:focus {
|
||||||
|
filter: brightness(90%) }
|
||||||
|
|
||||||
/* OP.GG */
|
/* OP.GG */
|
||||||
.button.button-opgg {
|
.button.button-opgg {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -639,4 +648,4 @@ filter: brightness(90%);
|
||||||
.button.button-xing:hover,
|
.button.button-xing:hover,
|
||||||
.button.button-xing:focus {
|
.button.button-xing:focus {
|
||||||
filter: brightness(90%);
|
filter: brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue