fix: Improve readability of inline code in dark theme

closes #5096
This commit is contained in:
Tom Moor
2023-03-27 20:03:42 -04:00
parent b5e7b7e3ef
commit e182dafeac
2 changed files with 4 additions and 8 deletions

View File

@@ -229,7 +229,7 @@ export const buildDarkTheme = (input: Partial<Colors>): DefaultTheme => {
quote: colors.almostWhite,
code: colors.almostWhite,
codeBackground: colors.black75,
codeBorder: colors.black50,
codeBorder: colors.white10,
codeString: "#3d8fd1",
embedBorder: colors.black50,
horizontalRule: lighten(0.1, colors.almostBlack),