mirror of
https://github.com/hex248/ob248.com.git
synced 2026-02-07 18:23:04 +00:00
ascii white in darkmode
This commit is contained in:
@@ -58,7 +58,7 @@ function Home() {
|
|||||||
<div className="min-h-dvh flex flex-col items-center gap-2 text-2xl px-6 py-10">
|
<div className="min-h-dvh flex flex-col items-center gap-2 text-2xl px-6 py-10">
|
||||||
<div className="flex flex-col items-center gap-8 mb-4">
|
<div className="flex flex-col items-center gap-8 mb-4">
|
||||||
{asciiArt ? (
|
{asciiArt ? (
|
||||||
<pre className="text-[#000000] leading-1.75 tracking-[-1.75px]">
|
<pre className="text-[#000000] dark:text-[#ffffff] leading-1.75 tracking-[-1.75px]">
|
||||||
<code className="commitmono text-[11px]">{asciiArt}</code>
|
<code className="commitmono text-[11px]">{asciiArt}</code>
|
||||||
</pre>
|
</pre>
|
||||||
) : null}
|
) : null}
|
||||||
|
|||||||
Reference in New Issue
Block a user