diff options
Diffstat (limited to 'src/styles/globals.css')
| -rw-r--r-- | src/styles/globals.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index 5d741ab4..8981f0c7 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -9,7 +9,7 @@ html, body { w-screen text-base text-gray-900 - bg-gray-100 + bg-gray-50 ; } @@ -148,6 +148,7 @@ html, body { p-2 pb-3 flex-1 + bg-white ; } |
