From 32faa559faf438d50385a89314458431bd674599 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Fri, 10 Apr 2026 01:08:48 +0200 Subject: [PATCH] fix: brighten markdown text colors for readability on FA background --- components/markdown-content.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/markdown-content.tsx b/components/markdown-content.tsx index e004b17..770f922 100644 --- a/components/markdown-content.tsx +++ b/components/markdown-content.tsx @@ -143,7 +143,7 @@ const components: Components = { p: ({ children }) => (

{keyText} - {rest} + {rest} ); } @@ -205,7 +205,7 @@ const components: Components = { alignItems: "center", gap: 10, fontSize: "1rem", - color: "#e2e8f0", + color: "#f1f5f9", }} >