diff --git a/input.css b/input.css index af9825dd..ab7f91b9 100644 --- a/input.css +++ b/input.css @@ -104,7 +104,7 @@ } code { - @apply p-1 font-mono rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white; + @apply font-mono rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white; } }