New Brands
Added Etsy, Kickstarter, LittleLink, Notion, and Trello. Reorganized the brands.css to be in alphabetical order.
This commit is contained in:
143
css/brands.css
143
css/brands.css
@ -94,36 +94,6 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Patreon */
|
||||
.button.button-patreon {
|
||||
color: #ffffff;
|
||||
background-color: #ff424d;
|
||||
}
|
||||
.button.button-patreon:hover,
|
||||
.button.button-patreon:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Signal */
|
||||
.button.button-signal {
|
||||
color: #ffffff;
|
||||
background-color: #3a76f0;
|
||||
}
|
||||
.button.button-signal:hover,
|
||||
.button.button-signal:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Venmo */
|
||||
.button.button-venmo {
|
||||
color: #ffffff;
|
||||
background-color: #3d95ce;
|
||||
}
|
||||
.button.button-venmo:hover,
|
||||
.button.button-venmo:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Cash App */
|
||||
.button.button-cashapp {
|
||||
color: #ffffff;
|
||||
@ -144,6 +114,16 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Etsy */
|
||||
.button.button-etsy {
|
||||
color: #ffffff;
|
||||
background-color: #F45800;
|
||||
}
|
||||
.button.button-etsy:hover,
|
||||
.button.button-etsy:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Facebook */
|
||||
.button.button-faceb {
|
||||
color: #ffffff;
|
||||
@ -222,6 +202,16 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* kickstarter */
|
||||
.button.button-kickstarter {
|
||||
color: #ffffff;
|
||||
background-color: #05ce78;
|
||||
}
|
||||
.button.button-kickstarter:hover,
|
||||
.button.button-kickstarter:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Kit */
|
||||
.button.button-kit {
|
||||
color: #ffffff;
|
||||
@ -262,6 +252,39 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Notion */
|
||||
.button.button-notion {
|
||||
color: #000000;
|
||||
border-style: solid;
|
||||
border-color: #000000;
|
||||
border-width: 2px;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.button.button-notion:hover,
|
||||
.button.button-notion:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Patreon */
|
||||
.button.button-patreon {
|
||||
color: #ffffff;
|
||||
background-color: #ff424d;
|
||||
}
|
||||
.button.button-patreon:hover,
|
||||
.button.button-patreon:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* PayPal */
|
||||
.button.button-paypal {
|
||||
color: #ffffff;
|
||||
background-color: #003087;
|
||||
}
|
||||
.button.button-paypal:hover,
|
||||
.button.button-paypal:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Pinterest */
|
||||
.button.button-pinterest {
|
||||
color: #000000;
|
||||
@ -295,6 +318,16 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Signal */
|
||||
.button.button-signal {
|
||||
color: #ffffff;
|
||||
background-color: #3a76f0;
|
||||
}
|
||||
.button.button-signal:hover,
|
||||
.button.button-signal:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Skoob */
|
||||
.button.button-skoob {
|
||||
color: #ffffff;
|
||||
@ -365,6 +398,16 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Trello */
|
||||
.button.button-trello {
|
||||
color: #ffffff;
|
||||
background-color: #0065ff;
|
||||
}
|
||||
.button.button-trello:hover,
|
||||
.button.button-trello:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Tumblr */
|
||||
.button.button-tumb {
|
||||
color: #ffffff;
|
||||
@ -395,6 +438,16 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Venmo */
|
||||
.button.button-venmo {
|
||||
color: #ffffff;
|
||||
background-color: #008CFF;
|
||||
}
|
||||
.button.button-venmo:hover,
|
||||
.button.button-venmo:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Vimeo */
|
||||
.button.button-vimeo {
|
||||
color: #ffffff;
|
||||
@ -405,26 +458,6 @@ button:hover,
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* PayPal */
|
||||
.button.button-paypal {
|
||||
color: #ffffff;
|
||||
background-color: #003087;
|
||||
}
|
||||
.button.button-paypal:hover,
|
||||
.button.button-paypal:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* YouTube */
|
||||
.button.button-yt {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
}
|
||||
.button.button-yt:hover,
|
||||
.button.button-yt:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Website */
|
||||
.button.button-web {
|
||||
color: #ffffff;
|
||||
@ -464,3 +497,13 @@ button:hover,
|
||||
.button.button-xing:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* YouTube */
|
||||
.button.button-yt {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
}
|
||||
.button.button-yt:hover,
|
||||
.button.button-yt:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
Reference in New Issue
Block a user