summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/globals.css')
-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
;
}