fix: Text highlight of link in dark mode is impossible to read

closes #1838
This commit is contained in:
Tom Moor
2021-01-24 22:47:27 -08:00
parent f89d5adc37
commit eaf8dc5a3c
3 changed files with 6 additions and 5 deletions

View File

@ -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",

View File

@ -68,6 +68,7 @@ export const base = {
buttonBackground: colors.primary,
buttonText: colors.white,
textHighlight: "#FDEA9B",
textHighlightForeground: colors.almostBlack,
codeComment: "#6a737d",
codePunctuation: "#5e6687",

View File

@ -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"