improve light theme

This commit is contained in:
outfoxxed 2024-11-08 20:20:38 -08:00
parent 5e253ef331
commit aed59a3f75
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
7 changed files with 24 additions and 38 deletions

View file

@ -146,6 +146,7 @@ export const markdownConfig: AstroMarkdownOptions = {
},
colorReplacements: {
"slack-ochin": {
"#fff": "#f1f3f4", // bg
"#357b42": "#989eb9", // comments
"#b1108e": "#224bbb", // fields
},