💄 Build stylesheets

This commit is contained in:
James Panther 2021-11-06 16:32:16 +11:00
parent 02bedb43a6
commit 8c0b1703c3
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 78 additions and 0 deletions

View File

@ -1034,6 +1034,16 @@ body button {
filter: var(--tw-filter);
}
.link-amazon {
--tw-text-opacity: 1;
color: rgba(24, 24, 27, var(--tw-text-opacity));
background-color: #ff9900;
}
.link-apple {
background-color: #333;
}
.link-codepen {
background-color: #1e1f26;
}
@ -1054,6 +1064,10 @@ body button {
background-color: #1877f2;
}
.link-flickr {
background-color: #ff0184;
}
.link-foursquare {
background-color: #0732a2;
}
@ -1066,6 +1080,10 @@ body button {
background-color: #554488;
}
.link-google {
background-color: #4285f4;
}
.link-instagram {
background-color: #c13584;
background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
@ -1075,6 +1093,12 @@ body button {
background-color: #33a0ff;
}
.link-kickstarter {
--tw-text-opacity: 1;
color: rgba(24, 24, 27, var(--tw-text-opacity));
background-color: #06ce78;
}
.link-lastfm {
background-color: #d51007;
}
@ -1091,10 +1115,18 @@ body button {
background-color: #00ab6c;
}
.link-microsoft {
background-color: #08a6f0;
}
.link-orcid {
background-color: #a6ce39;
}
.link-patreon {
background-color: #ff434d;
}
.link-pinterest {
background-color: #e60023;
}
@ -1126,10 +1158,18 @@ body button {
background-color: #000;
}
.link-telegram {
background-color: #25a3e1;
}
.link-tiktok {
background-color: #fe2d55;
}
.link-tumblr {
background-color: #001935;
}
.link-twitch {
background-color: #9146ff;
}
@ -1138,6 +1178,11 @@ body button {
background-color: #1da1f2;
}
.link-whatsapp {
background-color: #45d82c;
background: linear-gradient(120deg, #12990b, #45d82c);
}
.link-youtube {
background-color: #ff0000;
}

View File

@ -19,6 +19,13 @@ body button {
@apply text-white bg-primary-700 hover:brightness-90;
}
.link-amazon {
@apply text-neutral-900;
background-color: #ff9900;
}
.link-apple {
background-color: #333;
}
.link-codepen {
background-color: #1e1f26;
}
@ -34,6 +41,9 @@ body button {
.link-facebook {
background-color: #1877f2;
}
.link-flickr {
background-color: #ff0184;
}
.link-foursquare {
background-color: #0732a2;
}
@ -43,6 +53,9 @@ body button {
.link-gitlab {
background-color: #554488;
}
.link-google {
background-color: #4285f4;
}
.link-instagram {
background-color: #c13584;
background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
@ -50,6 +63,10 @@ body button {
.link-keybase {
background-color: #33a0ff;
}
.link-kickstarter {
@apply text-neutral-900;
background-color: #06ce78;
}
.link-lastfm {
background-color: #d51007;
}
@ -62,9 +79,15 @@ body button {
.link-medium {
background-color: #00ab6c;
}
.link-microsoft {
background-color: #08a6f0;
}
.link-orcid {
background-color: #a6ce39;
}
.link-patreon {
background-color: #ff434d;
}
.link-pinterest {
background-color: #e60023;
}
@ -88,15 +111,25 @@ body button {
.link-steam {
background-color: #000;
}
.link-telegram {
background-color: #25a3e1;
}
.link-tiktok {
background-color: #fe2d55;
}
.link-tumblr {
background-color: #001935;
}
.link-twitch {
background-color: #9146ff;
}
.link-twitter {
background-color: #1da1f2;
}
.link-whatsapp {
background-color: #45d82c;
background: linear-gradient(120deg, #12990b, #45d82c);
}
.link-youtube {
background-color: #ff0000;
}