mirror of
https://github.com/Dannecron/littlelink.git
synced 2025-12-25 16:12:34 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user