Add some CSS styling to the index.html template

This commit is contained in:
Stuart McGrigor 2019-08-08 23:16:14 +12:00
parent de831ad38a
commit 60f3b66516

View File

@ -11,6 +11,11 @@
padding: 0;
margin: 0;
}
label[role=menuitem][type=group] {
color: orange;
font-weight: bolder;
font-size: 120%;
}
</style>
{{{redocHead}}}
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">