Fix hard-to-read dark blue color in H2 headings (#77)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Cameron
2025-11-07 14:50:58 -08:00
committed by GitHub
parent 95077ff4e2
commit a71ede95d4

View File

@@ -68,19 +68,19 @@ export const colors = {
header: brandColors.primaryAccent,
},
// Code and markdown elements
// Code and markdown elements (use terminal theme colors)
code: {
inline: brandColors.statusSuccess,
inline: "green",
},
link: {
text: brandColors.primaryAccent,
url: brandColors.primaryAccent,
text: "cyan",
url: "blue",
},
heading: {
primary: brandColors.primaryAccent,
secondary: brandColors.blue,
primary: "cyan",
secondary: "blue",
},
// Status indicators