summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-11-20 11:10:37 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-11-20 11:10:37 +0700
commit450178134280dbf9745e78ea4dc73cea798a108e (patch)
tree07c80f232bfa102295c387392bb04820b4d5a4d9 /src/styles
parent7ca9a1e06609caabf5462b795d9f673121ce1ab6 (diff)
fix style
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css4
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
;
}