chore: tweak padding

This commit is contained in:
Cory Dransfeldt 2023-12-19 15:29:08 -08:00
parent e4db7d8199
commit 4e6a7f2025
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1989,7 +1989,7 @@ a:active,
.highlight-text { .highlight-text {
--tw-text-opacity: 1; --tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity)); color: rgb(255 255 255 / var(--tw-text-opacity));
padding: 0.25rem; padding: 0.125rem;
background-color: #2563eb; background-color: #2563eb;
} }

View file

@ -83,7 +83,7 @@ a:active,
.highlight-text { .highlight-text {
@apply text-white; @apply text-white;
@apply p-1; @apply p-0.5;
background-color: theme(colors.blue.600); background-color: theme(colors.blue.600);
} }