From 450178134280dbf9745e78ea4dc73cea798a108e Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Sun, 20 Nov 2022 11:10:37 +0700 Subject: fix style --- src/styles/globals.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/styles/globals.css') 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 ; } -- cgit v1.2.3