diff --git a/packages/typescriptlang-org/src/components/layout/main.scss b/packages/typescriptlang-org/src/components/layout/main.scss index 94849528c886..f964ce1b8811 100644 --- a/packages/typescriptlang-org/src/components/layout/main.scss +++ b/packages/typescriptlang-org/src/components/layout/main.scss @@ -138,6 +138,10 @@ html.font-open-dyslexic { a { color: var(--link-color); } + pre code a { + // Don't interfere with syntax highlighting in code blocks + color: inherit; + } h1, h2,