Skip to content

Commit

Permalink
Fixed code-dark path (#2022)
Browse files Browse the repository at this point in the history
  • Loading branch information
jqueraltmo authored May 28, 2024
1 parent f42c542 commit 6549143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userguide/content/en/docs/adding-content/lookandfeel.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ so that code-block styles are compatible with light/dark mode:

- Ensure that `markup.highlight.noClasses` is `false` in your project config.
For details about this option, see [Generate syntax highlighter CSS].
- Add `@import 'code-dark'` to your project's [`_styles_project.scss`] file.
- Add `@import 'td/code-dark'` to your project's [`_styles_project.scss`] file.

For details, see [Chroma for code highlighting].

Expand Down

0 comments on commit 6549143

Please sign in to comment.