summaryrefslogtreecommitdiff
path: root/platform/darwin/docs/theme/templates/doc.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'platform/darwin/docs/theme/templates/doc.mustache')
-rw-r--r--platform/darwin/docs/theme/templates/doc.mustache9
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/darwin/docs/theme/templates/doc.mustache b/platform/darwin/docs/theme/templates/doc.mustache
index c558b1fc34..fc0f47532f 100644
--- a/platform/darwin/docs/theme/templates/doc.mustache
+++ b/platform/darwin/docs/theme/templates/doc.mustache
@@ -8,6 +8,15 @@
<script src="{{path_to_root}}js/jquery.min.js" defer></script>
<script src="{{path_to_root}}js/jazzy.js" defer></script>
{{{custom_head}}}
+ <style type="text/css">
+ .nav-group-name[data-name="{{name}}"] > .small-heading,
+ .nav-group-task[data-name="{{name}}"] {
+ background-color: #f5f8fc;
+ font-family: "Open Sans Bold";
+ border-left: 3px solid #3a68d8;
+ padding-left: 5px
+ }
+ </style>
</head>
<body>