diff --git a/src/styles.js b/src/styles.js index c435fdc..40c3056 100644 --- a/src/styles.js +++ b/src/styles.js @@ -139,9 +139,10 @@ const generateCSS = () => { font-family: var(--md-mono); font-size: 13.5px; line-height: 1.7; white-space: pre-wrap; word-wrap: break-word; pointer-events: none; background: transparent; + color: var(--md-text); } .mh-heading { color: var(--md-accent); font-weight: 700; } - .mh-bold { font-weight: 700; } + .mh-bold { color: var(--md-text); font-weight: 700; } .mh-italic { font-style: italic; } .mh-strike { color: var(--md-muted); text-decoration: line-through; } .mh-code { background: var(--md-code-bg); border-radius: 3px; padding: 0 2px; }