Added Distiller
This commit is contained in:
parent
54058a9946
commit
2841b93e25
3 changed files with 93 additions and 0 deletions
|
@ -94,6 +94,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Distiller */
|
||||
.button.button-dist {
|
||||
color: #ffffff;
|
||||
background-color: #ed5c47;
|
||||
}
|
||||
.button.button-dist:hover,
|
||||
.button.button-dist:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Micro.blog */
|
||||
.button.button-microblog {
|
||||
color: #FFFFFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue