From 8b4b6f2ddec32b353227387a7c48738fe1deec43 Mon Sep 17 00:00:00 2001 From: sedomu Date: Sun, 31 Mar 2024 13:06:38 +0200 Subject: [PATCH] forgot css focus on gumroad --- css/brands.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/brands.css b/css/brands.css index 78780dc2..db0ad392 100644 --- a/css/brands.css +++ b/css/brands.css @@ -503,7 +503,8 @@ button:hover, color: #ffffff; border: 1px solid #ffffff; } -.button.button-gumroad:hover { +.button.button-gumroad:hover, +.button.button-gumroad:focus { filter: brightness(90%); }