Added Distiller button
This commit is contained in:
parent
1f8faf8805
commit
b6d7d06b1a
1 changed files with 11 additions and 1 deletions
|
@ -124,6 +124,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%);
|
||||
}
|
||||
|
||||
/* Etsy */
|
||||
.button.button-etsy {
|
||||
color: #ffffff;
|
||||
|
@ -516,4 +526,4 @@ button:hover,
|
|||
.button.button-yt:hover,
|
||||
.button.button-yt:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue