diff --git a/package.json b/package.json index 375b5eca..48232b8c 100644 --- a/package.json +++ b/package.json @@ -155,7 +155,7 @@ "react-waypoint": "^9.0.2", "react-window": "^1.8.6", "reakit": "^1.3.4", - "rich-markdown-editor": "^11.1.4", + "rich-markdown-editor": "^11.1.5", "semver": "^7.3.2", "sequelize": "^6.3.4", "sequelize-cli": "^6.2.0", diff --git a/shared/styles/theme.js b/shared/styles/theme.js index 0d59bbec..61e514ad 100644 --- a/shared/styles/theme.js +++ b/shared/styles/theme.js @@ -68,6 +68,7 @@ export const base = { buttonBackground: colors.primary, buttonText: colors.white, textHighlight: "#FDEA9B", + textHighlightForeground: colors.almostBlack, codeComment: "#6a737d", codePunctuation: "#5e6687", diff --git a/yarn.lock b/yarn.lock index 8b8c08fc..1615cc64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10547,10 +10547,10 @@ retry-as-promised@^3.2.0: dependencies: any-promise "^1.3.0" -rich-markdown-editor@^11.1.4: - version "11.1.4" - resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.1.4.tgz#a43e2ca0e198b06bdb4b5c9000f8fe9d47bab2cc" - integrity sha512-RWXI5XJ0HwM/zYTZuKy9pJvROS7PbOk3mcjCEltNTcW2bH/xWRDu8vhtLchdX5fSQsp9JsmL2QW+koTiUtby5g== +rich-markdown-editor@^11.1.5: + version "11.1.5" + resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.1.5.tgz#295d4c17b46ae2d3044badc33e79ef09c9758705" + integrity sha512-QpmMT7jt6TycbWuWzBfg/i4yWy/fUi4xTPESoEnbUFaavBYCxS0WxuEAN3rbheaoUqiDzOQX13MQG3uQoh7fRA== dependencies: copy-to-clipboard "^3.0.8" lodash "^4.17.11"