We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ed676 commit a37da55Copy full SHA for a37da55
src/app/globals.css
@@ -36,7 +36,7 @@
36
}
37
38
.card {
39
- @apply w-full rounded-[16px] border-2 border-solid border-gray-500 bg-white;
+ @apply w-full rounded-[16px] border-2 border-solid border-gray bg-white;
40
41
.card h2 {
42
@apply mb-[24px] text-center text-2xl/[1.5] font-bold tracking-[0.125em] text-[#0C5AE9];
@@ -55,7 +55,7 @@
55
56
57
.button {
58
- @apply w-full rounded-[9999px] border-2 border-solid border-gray-500 bg-white px-[32px] py-[16px];
+ @apply w-full rounded-[9999px] border-2 border-solid border-gray bg-white px-[32px] py-[16px];
59
60
61
.linkBox {
0 commit comments