From b6d7d06b1ad713dc1a33c6c565f91e9d880b25c6 Mon Sep 17 00:00:00 2001 From: Andy Giles <65261891+gigawattz@users.noreply.github.com> Date: Thu, 31 Mar 2022 22:12:45 -0500 Subject: [PATCH] Added Distiller button --- css/brands.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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 +}