Merge github.com:sethcottle/littlelink
Signed-off-by: baalajimaestro <me@baalajimaestro.me>
This commit is contained in:
commit
7105e646d6
3 changed files with 22 additions and 0 deletions
|
@ -458,6 +458,16 @@ button:hover,
|
||||||
filter: brightness(90%);
|
filter: brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Strava */
|
||||||
|
.button.button-strava {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #fc5200;
|
||||||
|
}
|
||||||
|
.button.button-strava:hover,
|
||||||
|
.button.button-strava:focus {
|
||||||
|
filter: brightness(90%);
|
||||||
|
}
|
||||||
|
|
||||||
/* Telegram */
|
/* Telegram */
|
||||||
.button.button-telegram {
|
.button.button-telegram {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
@ -538,6 +548,16 @@ button:hover,
|
||||||
filter: brightness(90%);
|
filter: brightness(90%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Untappd */
|
||||||
|
.button.button-untappd {
|
||||||
|
color: #ffffff;
|
||||||
|
background-color: #ffc000;
|
||||||
|
}
|
||||||
|
.button.button-untappd:hover,
|
||||||
|
.button.button-untappd:focus {
|
||||||
|
filter: brightness(90%);
|
||||||
|
}
|
||||||
|
|
||||||
/* Vimeo */
|
/* Vimeo */
|
||||||
.button.button-vimeo {
|
.button.button-vimeo {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
|
1
images/icons/strava.svg
Normal file
1
images/icons/strava.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg viewBox="0 0 2134 2134" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="M927 0 296 1217h372l259-484 257 484h369L927 0Zm626 1217-183 367-186-367H902l468 916 464-916h-281Z" style="fill:#fff;fill-rule:nonzero"/></svg>
|
After Width: | Height: | Size: 322 B |
1
images/icons/untappd.svg
Normal file
1
images/icons/untappd.svg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
<svg viewBox="0 0 127 127" xmlns="http://www.w3.org/2000/svg" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2"><path d="m58 60-30 43c-2 2-5 3-7 3-3-1-8-2-12-5l-8-9c-1-3-1-6 1-8l30-43 6-5 6-3 3-3L72 4V3h1l1-1V1l1-1 5 2 4 4-1 1-1 1v1l-1 1h-1a648 648 0 0 1-18 36l-1 7c0 2-1 5-3 7Zm68 24L95 41l-6-5-6-3-3-3a331 331 0 0 0-4-3 507 507 0 0 1-10 20v6c0 2 1 5 3 7l31 43c1 2 4 3 6 3 4-1 8-2 12-5l8-9v-8M44 7l1 1h1v2h1a942 942 0 0 0 5 9 729 729 0 0 1 8-9l-5-6V3h-1V2h-1V0l-6 2-3 4v1" style="fill:#fff" transform="translate(0 11)"/></svg>
|
After Width: | Height: | Size: 585 B |
Loading…
Reference in a new issue