Added Distiller

This commit is contained in:
Kieran 2022-08-18 20:05:30 +01:00
parent 54058a9946
commit 2841b93e25
3 changed files with 93 additions and 0 deletions

View file

@ -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;