From 87b38d22241287323a172fe1ecf9cda9e3d7b5d2 Mon Sep 17 00:00:00 2001 From: ITRR <65588483+ImaTimekeeperReadingRaptor@users.noreply.github.com> Date: Mon, 26 Feb 2024 11:06:50 -0600 Subject: [PATCH] Fix: Border to Bluesky Alt button for light mode accessibility --- css/brands.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/brands.css b/css/brands.css index 128f65d..3e2eeea 100644 --- a/css/brands.css +++ b/css/brands.css @@ -218,6 +218,7 @@ button:hover, .button.button-bluesky-alt { color: #000000; background-color: #FFFFFF; + border: 1px solid #000000; } .button.button-bluesky-alt:hover, .button.button-bluesky-alt:focus {