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.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index e11dc73b..01fa1bdb 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -9,7 +9,6 @@ html, body {
w-screen
text-base
text-gray-900
- bg-gray-50
;
}
@@ -47,8 +46,8 @@ html, body {
.badge-red {
@apply
- bg-red-200
- text-red-700
+ bg-red-300
+ text-red-900
;
}