Skip to content

Commit 6464cf5

Browse files
authored
docs: fix missing references (#2163)
1 parent 4c2e630 commit 6464cf5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Diff for: docs/configuration.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -838,13 +838,13 @@ For more details, see [#1131](https://github.com/docsifyjs/docsify/issues/1131).
838838

839839
> **Warning** Deprecated. Use the CSS var `--theme-color` in your `<style>` sheet. Example:
840840
>
841-
```html
842-
<style>
843-
:root {
844-
--theme-color: deeppink;
845-
}
846-
</style>
847-
```
841+
> ```html
842+
> <style>
843+
> :root {
844+
> --theme-color: deeppink;
845+
> }
846+
> </style>
847+
> ```
848848
849849
- Type: `String`
850850

0 commit comments

Comments
 (0)