From 60f3b66516088cfe450d187b238896f11f98b16c Mon Sep 17 00:00:00 2001 From: Stuart McGrigor Date: Thu, 8 Aug 2019 23:16:14 +1200 Subject: [PATCH] Add some CSS styling to the index.html template --- cli/template.hbs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cli/template.hbs b/cli/template.hbs index b055f786..338b8601 100644 --- a/cli/template.hbs +++ b/cli/template.hbs @@ -11,6 +11,11 @@ padding: 0; margin: 0; } + label[role=menuitem][type=group] { + color: orange; + font-weight: bolder; + font-size: 120%; + } {{{redocHead}}}