Add Lemmy
This commit is contained in:
parent
fd2f597182
commit
db94925d44
3 changed files with 44 additions and 6 deletions
|
@ -174,6 +174,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Lemmy */
|
||||
.button.button-lemmy {
|
||||
color: #ffffff;
|
||||
background-color: #14854f;
|
||||
}
|
||||
.button.button-lemmy:hover,
|
||||
.button.button-lemmy:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Micro.blog */
|
||||
.button.button-microblog {
|
||||
color: #FFFFFF;
|
||||
|
@ -216,4 +226,4 @@ button:hover,
|
|||
background-color: #000000 }
|
||||
.button.button-vero:hover,
|
||||
.button.button-vero:focus {
|
||||
filter: brightness(90%) }
|
||||
filter: brightness(90%) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue