input.css: fix dark mode code/pre colors Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>
Anirudh Oppiliappan anirudh@tangled.sh
Mon, 09 Jun 2025 01:00:48 +0300
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
input.css
→
input.css
@@ -28,7 +28,7 @@ --breakpoint-md: 400px;
} h1 { - @apply text-2xl; + @apply text-3xl; @apply font-medium; @apply pt-4 pb-3; }@@ -79,10 +79,10 @@ @apply marker:text-gray;
} code { - @apply bg-light text-[0.9rem]; + @apply bg-light text-[0.9rem] dark:bg-dark-light; } pre { - @apply bg-light p-4 my-2 overflow-x-auto overflow-y-hidden; + @apply bg-light p-4 my-2 overflow-x-auto overflow-y-hidden dark:bg-dark-light; } .footnotes {