diff --git a/userguide/content/en/docs/adding-content/lookandfeel.md b/userguide/content/en/docs/adding-content/lookandfeel.md index 433fc4c450..2f1a71300b 100644 --- a/userguide/content/en/docs/adding-content/lookandfeel.md +++ b/userguide/content/en/docs/adding-content/lookandfeel.md @@ -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].