mirror of
https://github.com/outline/outline.git
synced 2025-12-30 07:19:52 -06:00
fix: Make inline code easier to distinguish in dark mode, closes #6591
This commit is contained in:
@@ -219,7 +219,7 @@ export const buildDarkTheme = (input: Partial<Colors>): DefaultTheme => {
|
||||
toastText: colors.almostWhite,
|
||||
quote: colors.almostWhite,
|
||||
code: colors.almostWhite,
|
||||
codeBackground: colors.black75,
|
||||
codeBackground: "#1d202a",
|
||||
codeBorder: colors.white10,
|
||||
codeTag: "#b5cea8",
|
||||
codeString: "#ce9178",
|
||||
|
||||
Reference in New Issue
Block a user