summaryrefslogtreecommitdiff
path: root/src/styles/globals.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/globals.css')
-rw-r--r--src/styles/globals.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/styles/globals.css b/src/styles/globals.css
index 4d8c7971..6ed6582b 100644
--- a/src/styles/globals.css
+++ b/src/styles/globals.css
@@ -81,10 +81,11 @@ html, body {
bg-transparent
w-full
leading-none
+ focus:outline-none
;
}
- .btn-primary {
+ .btn-yellow {
@apply
block
w-fit
@@ -93,7 +94,7 @@ html, body {
border-yellow-900
rounded
border
- text-white
+ text-gray-900
text-center
disabled:bg-yellow-700
disabled:border-yellow-700