From 3496025d97140268dc2e899adca994b5b9f343c0 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 31 Jan 2023 14:32:38 +0700 Subject: quotation and categories --- src/styles/globals.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'src/styles') diff --git a/src/styles/globals.css b/src/styles/globals.css index e43ad1a9..3a890a0e 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -56,6 +56,7 @@ html, body { .badge-red, .badge-gray, .badge-yellow, + .badge-blue, .badge-green { @apply text-caption-2 @@ -84,8 +85,15 @@ html, body { .badge-yellow { @apply - bg-yellow_r-5 - text-yellow_r-10 + bg-yellow_r-3 + text-yellow_r-11 + ; + } + + .badge-blue { + @apply + bg-blue-200 + text-blue-600 ; } -- cgit v1.2.3