docs: fix missing references (#2163)

This commit is contained in:
Lu Fei 2023-08-08 00:20:23 +08:00 committed by GitHub
parent 4c2e6304cb
commit 6464cf533d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -838,13 +838,13 @@ For more details, see [#1131](https://github.com/docsifyjs/docsify/issues/1131).
> **Warning** Deprecated. Use the CSS var `--theme-color` in your `<style>` sheet. Example:
>
```html
<style>
:root {
--theme-color: deeppink;
}
</style>
```
> ```html
> <style>
> :root {
> --theme-color: deeppink;
> }
> </style>
> ```
- Type: `String`