summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5e0c54fa..0185f4e8 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -42,7 +42,7 @@ html, body {
a {
@apply
font-medium
- text-yellow_r-10
+ text-red_r-10
;
}
}
@@ -165,7 +165,7 @@ html, body {
h-full
border
border-gray_r-6
- bg-gray_r-2
+ bg-white
rounded
relative
flex
@@ -189,7 +189,6 @@ html, body {
p-2
pb-3
flex-1
- bg-white
;
}