fix: brighten markdown text colors for readability on FA background

This commit is contained in:
2026-04-10 01:08:48 +02:00
parent ccde0af995
commit 32faa559fa

View File

@@ -143,7 +143,7 @@ const components: Components = {
p: ({ children }) => ( p: ({ children }) => (
<p <p
style={{ style={{
color: "#cbd5e1", color: "#f1f5f9",
lineHeight: 1.75, lineHeight: 1.75,
margin: "0 0 1.25rem 0", margin: "0 0 1.25rem 0",
fontSize: "1.05rem", fontSize: "1.05rem",
@@ -193,7 +193,7 @@ const components: Components = {
> >
<GoldDot /> <GoldDot />
<KeyBadge>{keyText}</KeyBadge> <KeyBadge>{keyText}</KeyBadge>
<span style={{ color: "#94a3b8" }}>{rest}</span> <span style={{ color: "#e2e8f0" }}>{rest}</span>
</li> </li>
); );
} }
@@ -205,7 +205,7 @@ const components: Components = {
alignItems: "center", alignItems: "center",
gap: 10, gap: 10,
fontSize: "1rem", fontSize: "1rem",
color: "#e2e8f0", color: "#f1f5f9",
}} }}
> >
<BlueDot /> <BlueDot />