♿️ Improve contrast of Twitter link
This commit is contained in:
parent
e2dd72d0be
commit
c1acb95450
@ -1151,7 +1151,7 @@ video {
|
||||
}
|
||||
|
||||
.link-twitter {
|
||||
background-color: #1da1f2;
|
||||
background-color: rgb(63, 136, 222);
|
||||
}
|
||||
|
||||
.link-whatsapp {
|
||||
@ -1324,6 +1324,11 @@ video {
|
||||
line-height: 2.5rem;
|
||||
}
|
||||
|
||||
.text-xl {
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.text-lg {
|
||||
font-size: 1.125rem;
|
||||
line-height: 1.75rem;
|
||||
@ -1339,11 +1344,6 @@ video {
|
||||
line-height: 1rem;
|
||||
}
|
||||
|
||||
.text-xl {
|
||||
font-size: 1.25rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.font-extrabold {
|
||||
font-weight: 800;
|
||||
}
|
||||
@ -1352,16 +1352,16 @@ video {
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.text-neutral-900 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(17 24 39 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.text-neutral-500 {
|
||||
--tw-text-opacity: 1;
|
||||
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 {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(31 41 55 / var(--tw-text-opacity));
|
||||
|
@ -119,7 +119,7 @@
|
||||
background-color: #9146ff;
|
||||
}
|
||||
.link-twitter {
|
||||
background-color: #1da1f2;
|
||||
background-color: rgb(63, 136, 222);
|
||||
}
|
||||
.link-whatsapp {
|
||||
background-color: #45d82c;
|
||||
|
Loading…
Reference in New Issue
Block a user