Skip to content

Commit 45731a6

Browse files
committed
docs: Add CSS snippet
1 parent db2e982 commit 45731a6

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,17 @@ You can optionally remove `/lib` from the theme URL to get the _uncompressed_ CS
283283
284284
Read more on the _Docsify_ [themes](https://docsify.js.org/#/themes?id=themes) guide.
285285
286+
Note: The _Buble_ theme has sidebar headings which are not distinguished from the sub items. Therefore you can add this to _index.html_ to get bold headings similar. Based on _vue.css_.
287+
288+
```html
289+
<style>
290+
.sidebar .sidebar-nav>ul>li {
291+
font-weight: 700;
292+
margin: 0;
293+
}
294+
</style>
295+
```
296+
286297
### 7. Advanced configuration
287298
288299
The configuration steps above already get you a prettier and more usable site in my opinion than the barebones one which the _Docsify_ `init` command or their _Quickstart_ guide gives you. This section covers advanced steps - you may skip these and jump straight to the [Github Pages](#setup-github-pages-site) section.

0 commit comments

Comments
 (0)