refac: styling

This commit is contained in:
Timothy Jaeryang Baek 2025-05-25 02:07:13 +04:00
parent e65ac97c45
commit 33f2fdb91e

View File

@ -116,7 +116,7 @@ li p {
}
::-webkit-scrollbar {
height: 0.8rem;
height: 0.6rem;
width: 0.4rem;
}
@ -422,7 +422,8 @@ input[type='number'] {
@apply text-xs text-gray-700 uppercase bg-gray-50 dark:bg-gray-850 dark:text-gray-400 border-none;
}
.tiptap th, .tiptap td {
.tiptap th,
.tiptap td {
@apply px-3 py-1.5 border border-gray-100 dark:border-gray-850;
}