/* Forgive me for these awful hacks. */ body { background: #000000; } .swagger-ui { color: #000000; } .swagger-ui a { color: #00FF00; } .swagger-ui .model, .swagger-ui .model-title { color: #00FF00; } .swagger-ui .prop-type { color: #00FF00; } .swagger-ui section.models, .swagger-ui section.models.is-open h4, .swagger-ui section.models h4 { border-color: #00FF00; color: #00FF00; } .swagger-ui section.models .model-container:first-of-type { margin: 0 0 0 20px; } .swagger-ui section.models .model-container { margin: 0 0 0 20px; } .swagger-ui section.models .model-box { padding: 2px; } .swagger-ui .info { margin: 0; } .swagger-ui .info .title { color: #00FF00; } .swagger-ui .info .base-url { color: #00FF00; } .swagger-ui .info a { display: none; } .swagger-ui .info .title small { background: #005007; } .swagger-ui .info .title small pre { color: #00FF00; } .swagger-ui .info .title small pre { color: #00FF00; } .swagger-ui .info p { color: #00FF00; } .swagger-ui a.nostyle, .swagger-ui a.nostyle:active, .swagger-ui a.nostyle:hover, .swagger-ui a.nostyle:visited { color: #00FF00; } .swagger-ui .opblock.opblock-get, .swagger-ui .opblock.opblock-get .opblock-summary { border-color: #00FF00; background: #000000; } .swagger-ui .opblock.opblock-get .opblock-summary-method { background: #007000; color: #00FF00; } .swagger-ui .opblock-description-wrapper p { color: #00FF00; } .swagger-ui .opblock .opblock-section-header { background: #000000; } .swagger-ui .opblock .opblock-summary-description { color: #00FF00; } .swagger-ui .opblock .opblock-section-header h4 { color: #00FF00; } .swagger-ui .opblock .opblock-section-header>label { color: #00FF00; } .swagger-ui .btn { border-color: #00FF00; color: #00FF00; } .swagger-ui .btn.cancel { border-color: #00FF00; color: #00FF00; } .swagger-ui .btn.execute { border-color: #00FF00; background: #000000; color: #00FF00; } .swagger-ui select, .swagger-ui select[disabled] { background: #000000; border-color: #00FF00; color: #00FF00; } .swagger-ui .response-col_status, .swagger-ui .response-col_status .response-undocumented, .swagger-ui .response-col_description { color: #00FF00; } .swagger-ui .responses-inner h4, .swagger-ui .responses-inner h5 { color: #00FF00; } .swagger-ui textarea.curl { background: #000000; border: 1px solid #00FF00; color: #00FF00; } .swagger-ui .opblock-body pre.microlight { background: #000000; border: 1px solid #00FF00; color: #00FF00; } .swagger-ui .opblock-body pre.microlight span { color: #00FF00!important; } .swagger-ui .download-contents { background: #000000; color: #00FF00; } .swagger-ui .copy-to-clipboard { background: #000000; color: #00FF00; } .swagger-ui .copy-to-clipboard button { background: url('data:image/svg+xml;charset=utf-8,') 50% no-repeat; color: #00FF00; margin-right: 10px; } .swagger-ui table thead tr td, .swagger-ui table thead tr th { color: #00FF00; } .swagger-ui .parameter__name, .swagger-ui .parameter__type, .swagger-ui .parameter__in, .swagger-ui .markdown p { color: #00FF00; } .swagger-ui .parameters-col_description input[type=text], .swagger-ui .parameters-col_description input[type=text]:focus { outline: 0; color: #00FF00; border-color: #00FF00; background: #000000; } .swagger-ui .parameters-col_description input[type=text]::placeholder, .swagger-ui .parameter__name.required span, .swagger-ui .parameter__name.required:after { color: #00AA00; } .swagger-ui .loading-container .loading::before, .swagger-ui .loading-container .loading::after { color: #00FF00; border-color: #001100; border-top-color: #00FF00; }