diff options
Diffstat (limited to 'apps/web/src/app/globals.css')
| -rw-r--r-- | apps/web/src/app/globals.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/src/app/globals.css b/apps/web/src/app/globals.css index cedb03dc..23caee5b 100644 --- a/apps/web/src/app/globals.css +++ b/apps/web/src/app/globals.css @@ -20,7 +20,7 @@ } body { - @apply bg-rgray-2 text-rgray-11 max-h-screen overflow-y-hidden; + @apply text-rgray-11 max-h-screen overflow-y-hidden bg-white; /* color: rgb(var(--foreground-rgb)); background: linear-gradient( to bottom, @@ -66,7 +66,7 @@ body { } .chat-answer h1 { - @apply text-rgray-11 text-xl font-medium my-5; + @apply text-rgray-11 my-5 text-xl font-medium; } .chat-answer img { |