️ Improve contrast of Twitter link

This commit is contained in:
James Panther 2022-06-17 12:01:12 +10:00
parent e2dd72d0be
commit c1acb95450
No known key found for this signature in database
GPG Key ID: D36F789E45745D17
2 changed files with 12 additions and 12 deletions

View File

@ -1151,7 +1151,7 @@ video {
} }
.link-twitter { .link-twitter {
background-color: #1da1f2; background-color: rgb(63, 136, 222);
} }
.link-whatsapp { .link-whatsapp {
@ -1324,6 +1324,11 @@ video {
line-height: 2.5rem; line-height: 2.5rem;
} }
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.text-lg { .text-lg {
font-size: 1.125rem; font-size: 1.125rem;
line-height: 1.75rem; line-height: 1.75rem;
@ -1339,11 +1344,6 @@ video {
line-height: 1rem; line-height: 1rem;
} }
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.font-extrabold { .font-extrabold {
font-weight: 800; font-weight: 800;
} }
@ -1352,16 +1352,16 @@ video {
line-height: 1.75rem; line-height: 1.75rem;
} }
.text-neutral-900 {
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-neutral-500 { .text-neutral-500 {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(107 114 128 / var(--tw-text-opacity)); color: rgb(107 114 128 / var(--tw-text-opacity));
} }
.text-neutral-900 {
--tw-text-opacity: 1;
color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-neutral-800 { .text-neutral-800 {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(31 41 55 / var(--tw-text-opacity)); color: rgb(31 41 55 / var(--tw-text-opacity));

View File

@ -119,7 +119,7 @@
background-color: #9146ff; background-color: #9146ff;
} }
.link-twitter { .link-twitter {
background-color: #1da1f2; background-color: rgb(63, 136, 222);
} }
.link-whatsapp { .link-whatsapp {
background-color: #45d82c; background-color: #45d82c;