Brand Updates

Updated Trakt to reflect more accurate branding and to use the SVG provided by them. Also placed corrected its alphabetical ordering for easier wayfinding.

Updated Patreon to reflect their new branding guidelines.

Updated Reddit to reflect their new branding guidelines.

Added Partiful.
This commit is contained in:
Seth Cottle
2023-11-30 09:45:59 -05:00
parent ca1e4077b5
commit c041270a2c
6 changed files with 151 additions and 49 deletions

View File

@@ -546,17 +546,6 @@ button:hover,
filter: brightness(90%);
}
/* Trakt */
.button.button-trakt {
color: #ffffff;
background-color: #000000;
border: 1px solid #FFFFFF;
}
.button.button-trakt:hover,
.button.button-trakt:focus {
filter: brightness(90%);
}
/* Line */
.button.button-line {
color: #FFFFFF;
@@ -641,10 +630,22 @@ button:hover,
filter: brightness(90%);
}
/* Partiful */
.button.button-partiful {
color: #ffffff;
background-color: #000000;
border: 1px solid #FFFFFF;
}
.button.button-patreon:hover,
.button.button-patreon:focus {
filter: brightness(90%);
}
/* Patreon */
.button.button-patreon {
color: #ffffff;
background-color: #ff424d;
background-color: #000000;
border: 1px solid #FFFFFF;
}
.button.button-patreon:hover,
.button.button-patreon:focus {
@@ -717,9 +718,8 @@ button:hover,
/* Reddit */
.button.button-reddit {
color: #000000;
background-color: #d7dfe2;
border: 1px solid #212121;
color: #FFFFFF;
background-color: #FF4500;
}
.button.button-reddit:hover,
.button.button-reddit:focus {
@@ -901,6 +901,16 @@ button:hover,
filter: brightness(90%);
}
/* Trakt */
.button.button-trakt {
color: #ffffff;
background-color: #ED1C24;
}
.button.button-trakt:hover,
.button.button-trakt:focus {
filter: brightness(90%);
}
/* Trello */
.button.button-trello {
color: #ffffff;