summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-01-31 14:32:38 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-01-31 14:32:38 +0700
commit3496025d97140268dc2e899adca994b5b9f343c0 (patch)
tree3d8b51fc624b09a7ba46409e9e8a81fbd02da582 /src/styles
parentd194dcc23c19a4cf31863b32770f8df77e1f675a (diff)
quotation and categories
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css12
1 files changed, 10 insertions, 2 deletions
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
;
}