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:
@ -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%);
|
||||
}
|
||||
|
Reference in New Issue
Block a user