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

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