From 4b494b4b3a5836a22d82afe431e4fff565ba4ddb Mon Sep 17 00:00:00 2001 From: Seth Cottle Date: Thu, 30 Nov 2023 09:53:05 -0500 Subject: [PATCH] Fixed Partiful --- css/brands.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/brands.css b/css/brands.css index dd7c062..8e170f2 100644 --- a/css/brands.css +++ b/css/brands.css @@ -556,7 +556,6 @@ button:hover, filter: brightness(90%); } - /* LinkedIn */ .button.button-linked { color: #ffffff; @@ -636,8 +635,8 @@ button:hover, background-color: #000000; border: 1px solid #FFFFFF; } -.button.button-patreon:hover, -.button.button-patreon:focus { +.button.button-partiful:hover, +.button.button-partiful:focus { filter: brightness(90%); }