@ -104,7 +104,11 @@ namespace Squidex.Controllers.ContentApi.Generator
{
document.Info = new SwaggerInfo
Title = $"Suidex API for {app.Name} App"
ExtensionData = new Dictionary<string, object>
["x-logo"] = new { url = urlOptions.BuildUrl("images/logo-white.png", false), backgroundColor = "#3f83df" }
},
Title = $"Suidex API for {app.Name} App",
};
}
@ -14,9 +14,15 @@
h1,
.menu-header,
.menu-cat-header:hover,
.menu-cat-header.active {
.menu-cat-header.active,
.menu-item-depth-1 > .menu-item-header:not(.disabled):hover,
.menu-item-depth-1.active > .menu-item-header {
color: #3f83df !important;
.method-content a {
color: #3d7dd5 !important;
</style>
</head>
<body>