A vibe coded tangled fork which supports pijul.

input.css: revert padding around code block

Signed-off-by: oppiliappan <me@oppi.li>

+1 -1
+1 -1
input.css
··· 104 104 } 105 105 106 106 code { 107 - @apply p-1 font-mono rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white; 107 + @apply font-mono rounded bg-gray-100 dark:bg-gray-700 text-black dark:text-white; 108 108 } 109 109 } 110 110