From f5dea9855b70806e3dad043f6445f1377c5d1d03 Mon Sep 17 00:00:00 2001 From: Daniel Nitsikopoulos Date: Wed, 1 Feb 2023 21:32:09 +1100 Subject: [PATCH] Rebuild assets --- public/assets/index.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/assets/index.css b/public/assets/index.css index 7147145..f7601a0 100644 --- a/public/assets/index.css +++ b/public/assets/index.css @@ -1209,6 +1209,11 @@ video { color: rgb(37 99 235 / var(--tw-text-opacity)); } +.text-gray-600 { + --tw-text-opacity: 1; + color: rgb(75 85 99 / var(--tw-text-opacity)); +} + .text-gray-400 { --tw-text-opacity: 1; color: rgb(156 163 175 / var(--tw-text-opacity)); @@ -1229,11 +1234,6 @@ video { color: rgb(22 163 74 / var(--tw-text-opacity)); } -.text-gray-600 { - --tw-text-opacity: 1; - color: rgb(75 85 99 / var(--tw-text-opacity)); -} - .text-blue-400 { --tw-text-opacity: 1; color: rgb(96 165 250 / var(--tw-text-opacity));