my website at https://anirudh.fi

input.css: fix dark mode code/pre colors

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.sh>

anirudh.fi 950e99b4 ad9999a9

verified
+3 -3
+3 -3
input.css
··· 28 28 } 29 29 30 30 h1 { 31 - @apply text-2xl; 31 + @apply text-3xl; 32 32 @apply font-medium; 33 33 @apply pt-4 pb-3; 34 34 } ··· 79 79 } 80 80 81 81 code { 82 - @apply bg-light text-[0.9rem]; 82 + @apply bg-light text-[0.9rem] dark:bg-dark-light; 83 83 } 84 84 pre { 85 - @apply bg-light p-4 my-2 overflow-x-auto overflow-y-hidden; 85 + @apply bg-light p-4 my-2 overflow-x-auto overflow-y-hidden dark:bg-dark-light; 86 86 } 87 87 88 88 .footnotes {