Branding Updates

Updated to the new Discord branding that was rolled out 05/13/21. Added a Product Hunt button!
This commit is contained in:
Seth Cottle
2021-05-13 12:29:56 -04:00
parent 3ae139e32c
commit 9a4d12d5d2
5 changed files with 37 additions and 11 deletions

@ -36,19 +36,17 @@ button {
display: inline-block;
text-decoration: none;
height: 48px;
padding: 0 16px;
text-align: center;
vertical-align: middle;
font-size: 18px;
width: 300px;
font-weight: 600;
font-weight: 700;
line-height: 48px;
letter-spacing: 0.5px;
letter-spacing: 0.1px;
white-space: wrap;
background-color: transparent;
border-radius: 8px;
cursor: pointer;
box-sizing: border-box; }
}
button:hover,
.button:focus {
color: #333;
@ -80,7 +78,7 @@ button:hover,
/* Discord */
.button.button-discord {
color: #FFFFFF;
background-color: #7289DA }
background-color: #5865F2 }
.button.button-discord:hover,
.button.button-discord:focus {
filter: brightness(90%) }
@ -165,6 +163,17 @@ button:hover,
.button.button-pinterest:focus {
filter: brightness(90%) }
/* Producthunt */
.button.button-producthunt {
color: #DA552F;
border-style: solid;
border-color: #DA552F;
border-width: 2px;
background-color: #FFFFFF }
.button.button-producthunt:hover,
.button.button-producthunt:focus {
filter: brightness(90%) }
/* Reddit */
.button.button-reddit {
color: #000000;