From 8ed4d6c3a28a0638f5a6cd6a73a5864b5efaa1a5 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 19 Dec 2021 22:55:38 -0600 Subject: [PATCH] fix --- files/static/dist/main.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/files/static/dist/main.css b/files/static/dist/main.css index a93d933015..b7028cceb1 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -2119,10 +2119,6 @@ video { --tw-text-opacity: 1; color: rgba(220, 38, 38, var(--tw-text-opacity)); } -.text-gray-900 { - --tw-text-opacity: 1; - color: rgba(var(--color-900), var(--tw-text-opacity)); -} .text-gray-200 { --tw-text-opacity: 1; color: rgba(var(--color-200), var(--tw-text-opacity)); @@ -2139,6 +2135,10 @@ video { --tw-text-opacity: 1; color: rgba(245, 158, 11, var(--tw-text-opacity)); } +.text-gray-900 { + --tw-text-opacity: 1; + color: rgba(var(--color-900), var(--tw-text-opacity)); +} .text-red-900 { --tw-text-opacity: 1; color: rgba(127, 29, 29, var(--tw-text-opacity)); @@ -2183,6 +2183,9 @@ video { --tw-text-opacity: 1; color: rgba(220, 38, 38, var(--tw-text-opacity)); } +.text-black\/40 { + color: rgba(0, 0, 0, 0.4); +} .text-\[\#db2777\] { --tw-text-opacity: 1; color: rgba(219, 39, 119, var(--tw-text-opacity));