summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 7a61d17a..e11dc73b 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -47,15 +47,15 @@ html, body {
.badge-red {
@apply
- bg-red-300
- text-red-900
+ bg-red-200
+ text-red-700
;
}
.badge-gray {
@apply
- bg-gray-300
- text-gray-900
+ bg-gray-200
+ text-gray-700
;
}