Skip to content

Commit 76ea2a3

Browse files
committed
feat: add css for title
1 parent 5af1062 commit 76ea2a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jsdoc-conf.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"template": "./node_modules/clean-jsdoc-theme",
3030
"theme_opts": {
3131
"default_theme": "dark",
32-
"title": "Parse Server"
32+
"title": "Parse Server",
33+
"create_style": "header, .sidebar-section-title, .sidebar-title { color: #139cee !important }"
3334
}
3435
},
3536
"markdown": {

0 commit comments

Comments
 (0)