Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/npm_and_yarn/eslint/js-8.46.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Koooooo-7 authored Aug 6, 2023
2 parents 6f9d1d7 + 4c2e630 commit c6a108e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -838,11 +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:
>
> <style>
> :root {
> --theme-color: deeppink;
> }
> </style>
```html
<style>
:root {
--theme-color: deeppink;
}
</style>
```

- Type: `String`

Expand Down

0 comments on commit c6a108e

Please sign in to comment.