summaryrefslogtreecommitdiff
path: root/src/styles
diff options
context:
space:
mode:
authorRafi Zadanly <rafizadanly@gmail.com>2022-11-16 16:47:49 +0700
committerRafi Zadanly <rafizadanly@gmail.com>2022-11-16 16:47:49 +0700
commit4cb15e7808892f3802c82762127e27b847064b06 (patch)
tree6f66886ad73ca96921c2a630ea27d8d5a2a1f38c /src/styles
parent002a733c70d478ef2d12257c528e938fad987ece (diff)
Change class name
Diffstat (limited to 'src/styles')
-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