summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-12-20 10:09:57 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-12-20 10:09:57 +0700
commitcbc5837e578ca107f129f8b922efde3fe685c102 (patch)
tree8e9be25f30344b37297704d9396373f512e7c4c4 /src/styles/globals.css
parent30a2020eaf0aabcd2bc4f7bd666ba67e5866d0df (diff)
Merapihkan code, fix style
Diffstat (limited to 'src/styles/globals.css')
-rw-r--r--src/styles/globals.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index cce2f38b..fa117ac1 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -42,7 +42,7 @@ html, body {
a {
@apply
font-medium
- text-red_r-11
+ text-yellow_r-11
;
}
}
@@ -109,8 +109,7 @@ html, body {
w-full
leading-none
focus:outline-none
- focus:ring-1
- focus:ring-yellow_r-9
+ focus:border-yellow_r-9
;
}
@@ -268,11 +267,14 @@ html, body {
@apply
px-4
py-3
- bg-white/90
+ bg-gray_r-1/90
backdrop-blur-lg
sticky
top-0
- shadow
+ border-b
+ border-gray_r-7
+ shadow-2xl
+ shadow-gray_r-1
z-50
;
}