diff --git a/css/brands.css b/css/brands.css index 40713e5c..8628c67d 100644 --- a/css/brands.css +++ b/css/brands.css @@ -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%); -} \ No newline at end of file +}