From c1acb954502442363e593c225ab80f95e159accf Mon Sep 17 00:00:00 2001 From: James Panther <4462786+jpanther@users.noreply.github.com> Date: Fri, 17 Jun 2022 12:01:12 +1000 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F=20Improve=20contrast=20of=20?= =?UTF-8?q?Twitter=20link?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/compiled/main.css | 22 +++++++++++----------- assets/css/main.css | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index 8252a46..baa24cb 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -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)); diff --git a/assets/css/main.css b/assets/css/main.css index dc41b28..0ab7c29 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -119,7 +119,7 @@ background-color: #9146ff; } .link-twitter { - background-color: #1da1f2; + background-color: rgb(63, 136, 222); } .link-whatsapp { background-color: #45d82c;