From 5a32dfed19dc63e336afcd4db2e7bc768377a22e Mon Sep 17 00:00:00 2001 From: ITRR <65588483+ImaTimekeeperReadingRaptor@users.noreply.github.com> Date: Sat, 24 Feb 2024 16:47:04 -0800 Subject: [PATCH] Update brands.css --- css/brands.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/css/brands.css b/css/brands.css index 59f6cb7..128f65d 100644 --- a/css/brands.css +++ b/css/brands.css @@ -205,15 +205,25 @@ button:hover, /* Bluesky */ .button.button-bluesky { - color: #000000; - background-color: #F3F9FF; - border: 1px solid #212121; + color: #FFFFFF; + background-color: #1185FE; } + .button.button-bluesky:hover, .button.button-bluesky:focus { filter: brightness(90%); } +/* Bluesky Alt */ +.button.button-bluesky-alt { + color: #000000; + background-color: #FFFFFF; +} +.button.button-bluesky-alt:hover, +.button.button-bluesky-alt:focus { + filter: brightness(90%); +} + /* Buy Me a Coffee */ .button.button-coffee { color: #000000;