summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/globals.css8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index fa117ac1..813b78d0 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -110,6 +110,7 @@ html, body {
leading-none
focus:outline-none
focus:border-yellow_r-9
+ disabled:bg-gray_r-5
;
}
@@ -119,7 +120,8 @@ html, body {
@apply
block
w-fit
- p-3
+ py-3
+ px-6
rounded
border
text-center
@@ -273,8 +275,8 @@ html, body {
top-0
border-b
border-gray_r-7
- shadow-2xl
- shadow-gray_r-1
+ shadow-lg
+ shadow-gray_r-2
z-50
;
}