mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-09 06:34:53 +03:00
Add some CSS styling to the index.html template
This commit is contained in:
parent
de831ad38a
commit
60f3b66516
|
@ -11,6 +11,11 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
label[role=menuitem][type=group] {
|
||||||
|
color: orange;
|
||||||
|
font-weight: bolder;
|
||||||
|
font-size: 120%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
{{{redocHead}}}
|
{{{redocHead}}}
|
||||||
<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">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user