2021-08-10 04:58:26 +02:00
|
|
|
|
/*
|
|
|
|
|
* littlelink.io
|
|
|
|
|
* Skeleton V2.0.4
|
|
|
|
|
* Copyright 2014, Dave Gamache
|
|
|
|
|
* www.getskeleton.com
|
|
|
|
|
* Free to use under the MIT license.
|
|
|
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
|
|
|
* 12/29/2014
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
* Built using on:
|
|
|
|
|
* Skeleton V2.0.4
|
|
|
|
|
* Copyright 2014, Dave Gamache
|
|
|
|
|
* www.getskeleton.com
|
|
|
|
|
* Free to use under the MIT license.
|
|
|
|
|
* http://www.opensource.org/licenses/mit-license.php
|
|
|
|
|
* 12/29/2014
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Table of contents
|
|
|
|
|
––––––––––––––––––––––––––––––––––––––––––––––––––
|
|
|
|
|
|
|
|
|
|
- Buttons
|
|
|
|
|
- Brand Styles
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Buttons
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
|
|
|
|
|
|
|
|
|
.button,
|
|
|
|
|
button {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
height: 48px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
font-size: 18px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
line-height: 48px;
|
|
|
|
|
letter-spacing: 0.1px;
|
|
|
|
|
white-space: wrap;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
cursor: pointer;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
button:hover,
|
|
|
|
|
.button:focus {
|
|
|
|
|
color: #333;
|
|
|
|
|
border-color: #888;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
outline: 0;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-primary {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #fff;
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-primary:hover,
|
|
|
|
|
.button.button-primary:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #fff;
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Brand Icons
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
|
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
|
padding: 0px 8px 3.5px 0px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 20px;
|
|
|
|
|
height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Brand Styles
|
|
|
|
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
|
|
|
|
|
|
|
|
|
/* Default (this is great for your own brand color!) */
|
|
|
|
|
.button.button-default {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #0085ff;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-default:hover,
|
|
|
|
|
.button.button-default:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Discord */
|
|
|
|
|
.button.button-discord {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #5865f2;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-discord:hover,
|
|
|
|
|
.button.button-discord:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Facebook */
|
|
|
|
|
.button.button-facebook {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #1877f2;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-facebook:hover,
|
|
|
|
|
.button.button-facebook:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Facebook Messenger */
|
2021-10-18 04:38:08 +02:00
|
|
|
|
.button.button-facebookmessenger {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-image: linear-gradient(
|
2021-09-11 20:40:43 +02:00
|
|
|
|
25deg,
|
|
|
|
|
#0099ff,
|
|
|
|
|
#5f5dff,
|
|
|
|
|
#a033ff,
|
|
|
|
|
#c740cc,
|
|
|
|
|
#ff5280,
|
|
|
|
|
#ff7061
|
|
|
|
|
);
|
2021-08-31 21:33:58 +02:00
|
|
|
|
}
|
2021-10-18 04:38:08 +02:00
|
|
|
|
.button.button-facebookmessenger:hover,
|
|
|
|
|
.button.button-facebookmessenger:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Figma */
|
|
|
|
|
.button.button-figma {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-figma:hover,
|
|
|
|
|
.button.button-figma:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Github */
|
|
|
|
|
.button.button-github {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-github:hover,
|
|
|
|
|
.button.button-github:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Goodreads */
|
|
|
|
|
.button.button-goodreads {
|
|
|
|
|
color: #333333;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
background-color: #f3f1e6;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-goodreads:hover,
|
|
|
|
|
.button.button-goodreads:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Instagram */
|
|
|
|
|
.button.button-instagram {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-instagram:hover,
|
|
|
|
|
.button.button-instagram:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Kit */
|
|
|
|
|
.button.button-kit {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-kit:hover,
|
|
|
|
|
.button.button-kit:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
2021-08-16 05:23:34 +02:00
|
|
|
|
/* Letterboxd */
|
|
|
|
|
.button.button-letterboxd {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #2c3440;
|
|
|
|
|
}
|
2021-08-16 05:23:34 +02:00
|
|
|
|
.button.button-letterboxd:hover,
|
|
|
|
|
.button.button-letterboxd:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-16 05:23:34 +02:00
|
|
|
|
|
2021-08-10 04:58:26 +02:00
|
|
|
|
/* LinkedIn */
|
|
|
|
|
.button.button-linkedin {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #2867b2;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-linkedin:hover,
|
|
|
|
|
.button.button-linkedin:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Medium */
|
|
|
|
|
.button.button-medium {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-medium:hover,
|
|
|
|
|
.button.button-medium:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
2021-08-16 03:27:12 +02:00
|
|
|
|
/* Micro.blog */
|
|
|
|
|
.button.button-microblog {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #fd9927;
|
|
|
|
|
}
|
2021-08-16 03:27:12 +02:00
|
|
|
|
.button.button-microblog:hover,
|
|
|
|
|
.button.button-microblog:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-16 03:27:12 +02:00
|
|
|
|
|
2021-08-10 04:58:26 +02:00
|
|
|
|
/* Pinterest */
|
|
|
|
|
.button.button-pinterest {
|
|
|
|
|
color: #000000;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
background-color: #ffe2eb;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-pinterest:hover,
|
|
|
|
|
.button.button-pinterest:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Producthunt */
|
|
|
|
|
.button.button-producthunt {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #da552f;
|
2021-08-10 04:58:26 +02:00
|
|
|
|
border-style: solid;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
border-color: #da552f;
|
2021-08-10 04:58:26 +02:00
|
|
|
|
border-width: 2px;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
background-color: #ffffff;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-producthunt:hover,
|
|
|
|
|
.button.button-producthunt:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Reddit */
|
|
|
|
|
.button.button-reddit {
|
|
|
|
|
color: #000000;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
background-color: #d7dfe2;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-reddit:hover,
|
|
|
|
|
.button.button-reddit:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Skoob */
|
|
|
|
|
.button.button-skoob {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #3189c8;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-skoob:hover,
|
|
|
|
|
.button.button-skoob:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Snapchat */
|
|
|
|
|
.button.button-snapchat {
|
|
|
|
|
color: #000000;
|
2021-08-31 21:33:58 +02:00
|
|
|
|
background-color: #fffc00;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-snapchat:hover,
|
|
|
|
|
.button.button-snapchat:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* SoundCloud */
|
|
|
|
|
.button.button-soundcloud {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #ff5500;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-soundcloud:hover,
|
|
|
|
|
.button.button-soundcloud:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Spotify */
|
|
|
|
|
.button.button-spotify {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-spotify:hover,
|
|
|
|
|
.button.button-spotify:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Steam */
|
|
|
|
|
.button.button-steam {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #171a21;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-steam:hover,
|
|
|
|
|
.button.button-steam:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2021-08-10 04:58:26 +02:00
|
|
|
|
/* Telegram */
|
|
|
|
|
.button.button-telegram {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #3faee8;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-telegram:hover,
|
|
|
|
|
.button.button-telegram:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* TikTok */
|
|
|
|
|
.button.button-tiktok {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-tiktok:hover,
|
|
|
|
|
.button.button-tiktok:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Tumblr */
|
|
|
|
|
.button.button-tumblr {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #131313;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-tumblr:hover,
|
|
|
|
|
.button.button-tumblr:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Twitch */
|
|
|
|
|
.button.button-twitch {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #9146ff;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-twitch:hover,
|
|
|
|
|
.button.button-twitch:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Twitter */
|
|
|
|
|
.button.button-twitter {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #1da1f2;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-twitter:hover,
|
|
|
|
|
.button.button-twitter:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
2021-08-16 13:18:29 +02:00
|
|
|
|
/* Mastodon */
|
|
|
|
|
.button.button-mastodon {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #0e68a0;
|
|
|
|
|
}
|
2021-08-16 13:18:29 +02:00
|
|
|
|
.button.button-mastodon:hover,
|
|
|
|
|
.button.button-mastodon:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-16 13:18:29 +02:00
|
|
|
|
|
2021-08-10 04:58:26 +02:00
|
|
|
|
/* Vimeo */
|
|
|
|
|
.button.button-vimeo {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #1ab7ea;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-vimeo:hover,
|
|
|
|
|
.button.button-vimeo:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* YouTube */
|
|
|
|
|
.button.button-youtube {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #000000;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-youtube:hover,
|
|
|
|
|
.button.button-youtube:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
|
|
|
|
|
/* Wordpress */
|
|
|
|
|
.button.button-wordpress {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #21759b;
|
|
|
|
|
}
|
2021-08-10 04:58:26 +02:00
|
|
|
|
.button.button-wordpress:hover,
|
|
|
|
|
.button.button-wordpress:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-08-26 03:05:53 +02:00
|
|
|
|
|
2021-08-31 21:33:58 +02:00
|
|
|
|
/* WhatsApp */
|
2021-08-26 03:05:53 +02:00
|
|
|
|
.button.button-whatsapp {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #2db842;
|
|
|
|
|
}
|
2021-08-26 03:05:53 +02:00
|
|
|
|
.button.button-whatsapp:hover,
|
|
|
|
|
.button.button-whatsapp:focus {
|
2021-08-31 21:33:58 +02:00
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Strava */
|
|
|
|
|
.button.button-strava {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #fd5000;
|
|
|
|
|
}
|
|
|
|
|
.button.button-strava:hover,
|
|
|
|
|
.button.button-strava:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
2021-09-11 20:43:20 +02:00
|
|
|
|
|
|
|
|
|
/* Buy Me a Coffee */
|
|
|
|
|
.button.button-buymeacoffee {
|
|
|
|
|
color: #000000;
|
|
|
|
|
background-color: #FFDD00;
|
|
|
|
|
}
|
|
|
|
|
.button.button-strava:hover,
|
|
|
|
|
.button.button-strava:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|
2021-09-11 22:20:38 +02:00
|
|
|
|
/* GitLab */
|
|
|
|
|
.button.button-gitlab {
|
|
|
|
|
color: #8c929d;
|
|
|
|
|
background-color: #FFFFFF;
|
|
|
|
|
}
|
|
|
|
|
.button.button-gitlab:hover,
|
|
|
|
|
.button.button-gitlab:focus {
|
2021-10-16 20:44:28 +02:00
|
|
|
|
filter: brightness(90%)
|
2021-10-15 03:45:57 +02:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Patreon */
|
|
|
|
|
.button.button-patreon {
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
background-color: #FF424D;
|
|
|
|
|
}
|
|
|
|
|
.button.button-patreon:hover,
|
|
|
|
|
.button.button-patreon:focus {
|
2021-10-16 20:44:28 +02:00
|
|
|
|
filter: brightness(90%)
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Dev.to */
|
|
|
|
|
.button.button-devto {
|
|
|
|
|
color: #000;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
|
|
|
|
.button.button-devto:hover,
|
|
|
|
|
.button.button-devto:focus {
|
|
|
|
|
filter: brightness(90%);
|
2021-10-15 03:45:57 +02:00
|
|
|
|
}
|
2021-09-11 22:20:38 +02:00
|
|
|
|
|
2021-10-19 02:56:28 +02:00
|
|
|
|
/* Paypal */
|
|
|
|
|
.button.button-paypal {
|
|
|
|
|
color: #ffffff;
|
|
|
|
|
background-color: #1F264F;
|
|
|
|
|
}
|
|
|
|
|
.button.button-paypal:hover,
|
|
|
|
|
.button.button-paypal:focus {
|
|
|
|
|
filter: brightness(90%);
|
|
|
|
|
}
|
|
|
|
|
|