summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index d3fb5643..b10e043a 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -65,28 +65,28 @@ html, body {
.badge-red {
@apply
- bg-red_r-6
+ bg-red_r-5
text-red_r-11
;
}
.badge-gray {
@apply
- bg-gray_r-6
+ bg-gray_r-5
text-gray_r-11
;
}
.badge-yellow {
@apply
- bg-yellow_r-6
+ bg-yellow_r-5
text-yellow_r-11
;
}
.badge-green {
@apply
- bg-green_r-6
+ bg-green_r-5
text-green_r-11
;
}
@@ -261,7 +261,7 @@ html, body {
w-full
h-full
z-[55]
- bg-gray-900/60
+ bg-gray_r-12/60
;
}