Fix hard-to-read dark blue color in H2 headings (#77)
Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user