diff options
Diffstat (limited to 'src/styles')
| -rw-r--r-- | src/styles/globals.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css index 01fa1bdb..8e81f7e8 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -9,6 +9,7 @@ html, body { w-screen text-base text-gray-900 + bg-gray-50 ; } @@ -232,9 +233,10 @@ html, body { py-3 bg-white border-b + border-gray-300 sticky top-0 - shadow + shadow-sm z-50 ; } |
