File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 708708
709709 <!-- CSS/LESS -->
710710
711- < link rel ="stylesheet " type ="text/css " href ="thirdparty/highlight.js/styles/github.min.css ">
711+ <!-- The hljs color scheme is locked to dark github theme as it mainly used in sidebar which is always in dark mode.
712+ For using a different theme in other places, import via main less by adding a code like:
713+ .cssClassScope{@import url("thirdparty/highlight.js/styles/<theme.css>");} -->
714+ < link rel ="stylesheet " type ="text/css " href ="thirdparty/highlight.js/styles/github-dark.min.css ">
712715 < link rel ="stylesheet " type ="text/css " href ="thirdparty/fontawesome/css/all.min.css ">
713716 < link rel ="stylesheet " type ="text/css " href ="thirdparty/devicon/devicon.min.css ">
714717 < link rel ="stylesheet " type ="text/css " href ="thirdparty/file-icons/ffont.css ">
You can’t perform that action at this time.
0 commit comments