Skip to content

Commit 6549143

Browse files
authored
Fixed code-dark path (#2022)
1 parent f42c542 commit 6549143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

userguide/content/en/docs/adding-content/lookandfeel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ so that code-block styles are compatible with light/dark mode:
110110

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

115115
For details, see [Chroma for code highlighting].
116116

0 commit comments

Comments
 (0)