From cbc5837e578ca107f129f8b922efde3fe685c102 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 20 Dec 2022 10:09:57 +0700 Subject: Merapihkan code, fix style --- src/styles/globals.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/styles/globals.css') 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 ; } -- cgit v1.2.3