From 6e0ad233a958c3c3bd7bbfdb87ed60ded5b80cb8 Mon Sep 17 00:00:00 2001 From: Oliver Bryan Date: Thu, 5 Feb 2026 16:32:13 +0000 Subject: [PATCH] ascii white in darkmode --- src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index 40ab7849..7c5768a2 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -58,7 +58,7 @@ function Home() {
{asciiArt ? ( -
+					
 						{asciiArt}
 					
) : null}