💄 Build stylesheets
This commit is contained in:
@@ -1034,6 +1034,16 @@ body button {
|
|||||||
filter: var(--tw-filter);
|
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 {
|
.link-codepen {
|
||||||
background-color: #1e1f26;
|
background-color: #1e1f26;
|
||||||
}
|
}
|
||||||
@@ -1054,6 +1064,10 @@ body button {
|
|||||||
background-color: #1877f2;
|
background-color: #1877f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-flickr {
|
||||||
|
background-color: #ff0184;
|
||||||
|
}
|
||||||
|
|
||||||
.link-foursquare {
|
.link-foursquare {
|
||||||
background-color: #0732a2;
|
background-color: #0732a2;
|
||||||
}
|
}
|
||||||
@@ -1066,6 +1080,10 @@ body button {
|
|||||||
background-color: #554488;
|
background-color: #554488;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-google {
|
||||||
|
background-color: #4285f4;
|
||||||
|
}
|
||||||
|
|
||||||
.link-instagram {
|
.link-instagram {
|
||||||
background-color: #c13584;
|
background-color: #c13584;
|
||||||
background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
|
background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
|
||||||
@@ -1075,6 +1093,12 @@ body button {
|
|||||||
background-color: #33a0ff;
|
background-color: #33a0ff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-kickstarter {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(24, 24, 27, var(--tw-text-opacity));
|
||||||
|
background-color: #06ce78;
|
||||||
|
}
|
||||||
|
|
||||||
.link-lastfm {
|
.link-lastfm {
|
||||||
background-color: #d51007;
|
background-color: #d51007;
|
||||||
}
|
}
|
||||||
@@ -1091,10 +1115,18 @@ body button {
|
|||||||
background-color: #00ab6c;
|
background-color: #00ab6c;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-microsoft {
|
||||||
|
background-color: #08a6f0;
|
||||||
|
}
|
||||||
|
|
||||||
.link-orcid {
|
.link-orcid {
|
||||||
background-color: #a6ce39;
|
background-color: #a6ce39;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-patreon {
|
||||||
|
background-color: #ff434d;
|
||||||
|
}
|
||||||
|
|
||||||
.link-pinterest {
|
.link-pinterest {
|
||||||
background-color: #e60023;
|
background-color: #e60023;
|
||||||
}
|
}
|
||||||
@@ -1126,10 +1158,18 @@ body button {
|
|||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-telegram {
|
||||||
|
background-color: #25a3e1;
|
||||||
|
}
|
||||||
|
|
||||||
.link-tiktok {
|
.link-tiktok {
|
||||||
background-color: #fe2d55;
|
background-color: #fe2d55;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-tumblr {
|
||||||
|
background-color: #001935;
|
||||||
|
}
|
||||||
|
|
||||||
.link-twitch {
|
.link-twitch {
|
||||||
background-color: #9146ff;
|
background-color: #9146ff;
|
||||||
}
|
}
|
||||||
@@ -1138,6 +1178,11 @@ body button {
|
|||||||
background-color: #1da1f2;
|
background-color: #1da1f2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.link-whatsapp {
|
||||||
|
background-color: #45d82c;
|
||||||
|
background: linear-gradient(120deg, #12990b, #45d82c);
|
||||||
|
}
|
||||||
|
|
||||||
.link-youtube {
|
.link-youtube {
|
||||||
background-color: #ff0000;
|
background-color: #ff0000;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,6 +19,13 @@ body button {
|
|||||||
@apply text-white bg-primary-700 hover:brightness-90;
|
@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 {
|
.link-codepen {
|
||||||
background-color: #1e1f26;
|
background-color: #1e1f26;
|
||||||
}
|
}
|
||||||
@@ -34,6 +41,9 @@ body button {
|
|||||||
.link-facebook {
|
.link-facebook {
|
||||||
background-color: #1877f2;
|
background-color: #1877f2;
|
||||||
}
|
}
|
||||||
|
.link-flickr {
|
||||||
|
background-color: #ff0184;
|
||||||
|
}
|
||||||
.link-foursquare {
|
.link-foursquare {
|
||||||
background-color: #0732a2;
|
background-color: #0732a2;
|
||||||
}
|
}
|
||||||
@@ -43,6 +53,9 @@ body button {
|
|||||||
.link-gitlab {
|
.link-gitlab {
|
||||||
background-color: #554488;
|
background-color: #554488;
|
||||||
}
|
}
|
||||||
|
.link-google {
|
||||||
|
background-color: #4285f4;
|
||||||
|
}
|
||||||
.link-instagram {
|
.link-instagram {
|
||||||
background-color: #c13584;
|
background-color: #c13584;
|
||||||
background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
|
background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
|
||||||
@@ -50,6 +63,10 @@ body button {
|
|||||||
.link-keybase {
|
.link-keybase {
|
||||||
background-color: #33a0ff;
|
background-color: #33a0ff;
|
||||||
}
|
}
|
||||||
|
.link-kickstarter {
|
||||||
|
@apply text-neutral-900;
|
||||||
|
background-color: #06ce78;
|
||||||
|
}
|
||||||
.link-lastfm {
|
.link-lastfm {
|
||||||
background-color: #d51007;
|
background-color: #d51007;
|
||||||
}
|
}
|
||||||
@@ -62,9 +79,15 @@ body button {
|
|||||||
.link-medium {
|
.link-medium {
|
||||||
background-color: #00ab6c;
|
background-color: #00ab6c;
|
||||||
}
|
}
|
||||||
|
.link-microsoft {
|
||||||
|
background-color: #08a6f0;
|
||||||
|
}
|
||||||
.link-orcid {
|
.link-orcid {
|
||||||
background-color: #a6ce39;
|
background-color: #a6ce39;
|
||||||
}
|
}
|
||||||
|
.link-patreon {
|
||||||
|
background-color: #ff434d;
|
||||||
|
}
|
||||||
.link-pinterest {
|
.link-pinterest {
|
||||||
background-color: #e60023;
|
background-color: #e60023;
|
||||||
}
|
}
|
||||||
@@ -88,15 +111,25 @@ body button {
|
|||||||
.link-steam {
|
.link-steam {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
|
.link-telegram {
|
||||||
|
background-color: #25a3e1;
|
||||||
|
}
|
||||||
.link-tiktok {
|
.link-tiktok {
|
||||||
background-color: #fe2d55;
|
background-color: #fe2d55;
|
||||||
}
|
}
|
||||||
|
.link-tumblr {
|
||||||
|
background-color: #001935;
|
||||||
|
}
|
||||||
.link-twitch {
|
.link-twitch {
|
||||||
background-color: #9146ff;
|
background-color: #9146ff;
|
||||||
}
|
}
|
||||||
.link-twitter {
|
.link-twitter {
|
||||||
background-color: #1da1f2;
|
background-color: #1da1f2;
|
||||||
}
|
}
|
||||||
|
.link-whatsapp {
|
||||||
|
background-color: #45d82c;
|
||||||
|
background: linear-gradient(120deg, #12990b, #45d82c);
|
||||||
|
}
|
||||||
.link-youtube {
|
.link-youtube {
|
||||||
background-color: #ff0000;
|
background-color: #ff0000;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user