diff --git a/css/brands.css b/css/brands.css index 59f6cb7..3e2eeea 100644 --- a/css/brands.css +++ b/css/brands.css @@ -205,15 +205,26 @@ 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; + border: 1px solid #000000; +} +.button.button-bluesky-alt:hover, +.button.button-bluesky-alt:focus { + filter: brightness(90%); +} + /* Buy Me a Coffee */ .button.button-coffee { color: #000000; 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 @@ - - - - - - - - - - - - - + + + + + diff --git a/index.html b/index.html index 0b02672..0394e47 100644 --- a/index.html +++ b/index.html @@ -136,6 +136,9 @@ Bluesky
+ + Bluesky
+ Buy Me A Coffee