diff options
| author | Factiven <[email protected]> | 2023-04-17 17:17:52 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-04-17 17:17:52 +0700 |
| commit | 40515bde5c3c2120f7103cdcd7dd0df133fcb385 (patch) | |
| tree | 4a0466160ebd4457a3453472f4084c4fc8b217f2 | |
| parent | Update [...id].js (diff) | |
| download | moopa-40515bde5c3c2120f7103cdcd7dd0df133fcb385.tar.xz moopa-40515bde5c3c2120f7103cdcd7dd0df133fcb385.zip | |
Update globals.css
| -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 { |