summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-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
;
}