chore: tweak padding
This commit is contained in:
parent
e4db7d8199
commit
4e6a7f2025
2 changed files with 2 additions and 2 deletions
|
@ -1989,7 +1989,7 @@ a:active,
|
|||
.highlight-text {
|
||||
--tw-text-opacity: 1;
|
||||
color: rgb(255 255 255 / var(--tw-text-opacity));
|
||||
padding: 0.25rem;
|
||||
padding: 0.125rem;
|
||||
background-color: #2563eb;
|
||||
}
|
||||
|
||||
|
|
|
@ -83,7 +83,7 @@ a:active,
|
|||
|
||||
.highlight-text {
|
||||
@apply text-white;
|
||||
@apply p-1;
|
||||
@apply p-0.5;
|
||||
background-color: theme(colors.blue.600);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue