﻿/* swagger-custom.css */
.swagger-ui .opblock .opblock-summary-description {
    font-weight: bold; /* Change font weight */
    font-size: 16px; /* Change font size */
    color: navy !important; /* Change font color */
}

.swagger-ui .opblock .opblock-summary {
    font-weight: bold; /* Change font weight */
    font-size: 18px; /* Change font size */
    color: navy !important; /* Change font color */
}
