File tree Expand file tree Collapse file tree
Ubiquity.CommandlineParsing.docfx/templates/Ubiquity Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77{{#children}}
88{{#children}}
9- {{^_disableContribution}}
10- {{#docurl}}
11- <span class="small pull-right mobile-hide">
12- <span class="divider">|</span>
13- <a href="{{docurl}}">{{__global.improveThisDoc}}</a>
14- </span>{{/docurl}}
15- {{#sourceurl}}
16- <span class="small pull-right mobile-hide">
17- <a href="{{sourceurl}}">{{__global.viewSource}}</a>
18- </span>{{/sourceurl}}
19- {{/_disableContribution}}
209{{#overload}}
2110<a id="{{id}}" data-uid="{{uid}}"></a>
2211{{/overload}}
Original file line number Diff line number Diff line change @@ -277,6 +277,16 @@ article {
277277 overflow : visible;
278278}
279279
280+ toc .level2 {
281+ font-weight : normal;
282+ font-size : inherit;
283+ }
284+
285+ .toc .level1 > li {
286+ font-weight : bold;
287+ font-size : inherit;
288+ }
289+
280290/* Overrides for - Ubiquity DocFX Dark theme */
281291body {
282292 color : # ccc ;
You can’t perform that action at this time.
0 commit comments