From deff9bea0fd1498c7124fea43dd2583e37d859b1 Mon Sep 17 00:00:00 2001 From: ITRR <65588483+ImaTimekeeperReadingRaptor@users.noreply.github.com> Date: Sat, 24 Feb 2024 16:44:28 -0800 Subject: [PATCH 1/6] Update index.html --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 0b02672..2a98a1c 100644 --- a/index.html +++ b/index.html @@ -136,6 +136,10 @@ Bluesky
+ + Bluesky Alt
+ + Buy Me A Coffee
From 241ed8c9e6bb89241a1f2089c09157e213c7d310 Mon Sep 17 00:00:00 2001 From: ITRR <65588483+ImaTimekeeperReadingRaptor@users.noreply.github.com> Date: Sat, 24 Feb 2024 16:45:14 -0800 Subject: [PATCH 2/6] Update index.html --- index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/index.html b/index.html index 2a98a1c..a0c1c40 100644 --- a/index.html +++ b/index.html @@ -139,7 +139,6 @@ Bluesky Alt
- Buy Me A Coffee
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 3/6] 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; From 18d913b499c229c513b9610b0d8b9cbed51647df Mon Sep 17 00:00:00 2001 From: ITRR <65588483+ImaTimekeeperReadingRaptor@users.noreply.github.com> Date: Sat, 24 Feb 2024 18:48:29 -0600 Subject: [PATCH 4/6] bluesky.svg and bluesky-alt.svg Changed the Bluesky svg to their new logo, and added an alt --- images/icons/bluesky-alt.svg | 38 +++++++++++++++++++++++++++ images/icons/bluesky.svg | 50 ++++++++++++++++++++++++++---------- 2 files changed, 75 insertions(+), 13 deletions(-) create mode 100644 images/icons/bluesky-alt.svg diff --git a/images/icons/bluesky-alt.svg b/images/icons/bluesky-alt.svg new file mode 100644 index 0000000..9e04bb0 --- /dev/null +++ b/images/icons/bluesky-alt.svg @@ -0,0 +1,38 @@ + + + + + + diff --git a/images/icons/bluesky.svg b/images/icons/bluesky.svg index c21441e..8eba5b0 100644 --- a/images/icons/bluesky.svg +++ b/images/icons/bluesky.svg @@ -1,14 +1,38 @@ - - - - - - - - - - - - - + + + + + From a2160ebe7916615d54a349b5d1f0c72324b893bc Mon Sep 17 00:00:00 2001 From: ITRR <65588483+ImaTimekeeperReadingRaptor@users.noreply.github.com> Date: Sat, 24 Feb 2024 17:03:50 -0800 Subject: [PATCH 5/6] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index a0c1c40..0394e47 100644 --- a/index.html +++ b/index.html @@ -137,7 +137,7 @@ Bluesky
- Bluesky Alt
+ Bluesky
Buy Me A Coffee
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 6/6] 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 {