summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-11-20 11:07:14 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-11-20 11:07:14 +0700
commit7ca9a1e06609caabf5462b795d9f673121ce1ab6 (patch)
treeb6cfc6b11e3a916c2a283a21af41a85c0a3dde61 /src/styles/globals.css
parent6715ed62431bbcb5cdfb2f97b2f77e4ea79d5977 (diff)
FIx style
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
;
}