Orange Bold headings for tag groups

This commit is contained in:
Stuart McGrigor 2019-08-08 22:10:32 +12:00
parent 8b1bdb3541
commit 2ab26e22f1

View File

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