We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056fc43 commit cb04de4Copy full SHA for cb04de4
packages/rehype-shiki/src/highlighter.mjs
@@ -3,7 +3,7 @@ import { createJavaScriptRegexEngine } from '@shikijs/engine-javascript';
3
import shikiNordTheme from 'shiki/themes/nord.mjs';
4
5
const DEFAULT_THEME = {
6
- // We updating this color because the background color and comment text color
+ // We are updating this color because the background color and comment text color
7
// in the Codebox component do not comply with accessibility standards
8
// @see https://www.w3.org/WAI/WCAG21/Understanding/contrast-minimum.html
9
colorReplacements: { '#616e88': '#707e99' },
0 commit comments