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;