From 91b495229518cb3a4192dc33b1cbf3f352aa16b4 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 13:03:41 -0600 Subject: [PATCH] fix --- files/static/src/main.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/files/static/src/main.css b/files/static/src/main.css index 0a525fcbb0..a22f67ee41 100644 --- a/files/static/src/main.css +++ b/files/static/src/main.css @@ -107,10 +107,13 @@ /* ----------------------- BADGES ----------------------- */ .badge { - @apply px-1 py-0.5 text-xs text-shadow-light font-bold leading-normal rounded + @apply px-1 py-0.5 text-xs text-shadow-light font-bold leading-normal rounded bg-gradient-to-t } .badge-red { - @apply bg-red-400 text-red-900 + @apply from-red-600 to-red-500 text-red-900 +} +.badge-yellow { + @apply from-yellow-600 to-yellow-500 text-yellow-900 }