diff options
| -rw-r--r-- | styles/globals.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/globals.css b/styles/globals.css index 426e3eb..002d267 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -14,7 +14,7 @@ } body { - @apply bg-primary scrollbar-hide; + @apply bg-primary scrollbar-hide text-txt; } @layer components { |