From e13536b5e51de8bde2382112905fecda56e97c15 Mon Sep 17 00:00:00 2001 From: Kevin Chang Date: Sat, 23 Nov 2024 07:32:32 +0800 Subject: [PATCH] style: updated tags style --- app/cfp/globals.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/cfp/globals.css b/app/cfp/globals.css index c926e0ba..364cafb9 100644 --- a/app/cfp/globals.css +++ b/app/cfp/globals.css @@ -181,8 +181,11 @@ html { /* class use in submission-format */ .required { + @apply bg-primary text-background; } .optional { + @apply border-primary border-opacity-30 border-2 border-dashed } .public { + @apply border-primary border-opacity-30 border-2 }