Bluesky Button

Includes Bluesky button.

Includes a few capitalization issue fixes for brands, and puts brands back in alphabetical order in `brands.css` that were added.
This commit is contained in:
Seth Cottle
2023-04-28 09:55:52 -04:00
parent c4f8f47c0f
commit d2c9f3fceb
3 changed files with 49 additions and 25 deletions

View File

@ -154,6 +154,16 @@ button:hover,
filter: brightness(90%);
}
/* Bluesky */
.button.button-bluesky {
color: #000000;
background-color: #F3F9FF;
}
.button.button-bluesky:hover,
.button.button-bluesky:focus {
filter: brightness(90%);
}
/* Buy Me a Coffee */
.button.button-coffee {
color: #100a26;
@ -272,7 +282,7 @@ button:hover,
filter: brightness(90%);
}
/* Gitlab */
/* GitLab */
.button.button-gitlab {
color: #ffffff;
background-color: #6151b2;
@ -342,7 +352,7 @@ button:hover,
filter: brightness(90%);
}
/* kickstarter */
/* Kickstarter */
.button.button-kickstarter {
color: #ffffff;
background-color: #05ce78;
@ -475,7 +485,7 @@ button:hover,
filter: brightness(90%);
}
/* Producthunt */
/* Product Hunt */
.button.button-producthunt {
color: #da552f;
border-style: solid;
@ -671,6 +681,16 @@ button:hover,
filter: brightness(90%);
}
/* Unsplash */
.button.button-unsplash {
color: #000000;
background-color: #ffffff;
}
.button.button-unsplash:hover,
.button.button-unsplash:focus {
filter: brightness(90%);
}
/* Untappd */
.button.button-untappd {
color: #ffffff;
@ -761,13 +781,3 @@ button:hover,
.button.button-yt:focus {
filter: brightness(90%);
}
/* Unsplash */
.button.button-unsplash {
color: #000000;
background-color: #ffffff;
}
.button.button-unsplash:hover,
.button.button-unsplash:focus {
filter: brightness(90%);
}