﻿/* custom-swagger.css */
.swagger-ui .topbar {
    background-color: #2c3e50 !important;
}

/* 自定义 Logo 和标题样式 */
/*
.swagger-ui .topbar-wrapper img {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size="90">🚀</text></svg>');
    width: 60px;
    height: 60px;
}
*/
.swagger-ui .topbar-wrapper .link {
    visibility: hidden;
    position: relative;
}

    .swagger-ui .topbar-wrapper .link:after {
        content: 'CV-LENS API';
        visibility: visible;
        position: absolute;
        left: 0;
        color: white;
        font-size: 1em;
        font-weight: bold;
    }
