Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/typescriptlang-org/src/components/layout/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Comment on lines +141 to +144
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please let me know if there's a better place/way to make this exception. I couldn't tell if there were any particular SASS conventions I should be following.


h1,
h2,
Expand Down
Loading