diff --git a/index.html b/index.html index 18dc19a..f2b67b0 100644 --- a/index.html +++ b/index.html @@ -837,6 +837,31 @@ color: #bdc3c7; } + /* Model box */ + [data-theme="dark"] .swagger-ui .model-box { + border-color: #ecf0f1; + } + + /* Model title text */ + [data-theme="dark"] .swagger-ui .model-title__text { + color: #bdc3c7; + } + + /* Prop enum */ + [data-theme="dark"] .swagger-ui .inner-object td .prop-enum { + color: #bdc3c7; + } + + /* Paragraph */ + [data-theme="dark"] .swagger-ui .inner-object td p { + color: #bdc3c7; + } + + /* Model toggle */ + [data-theme="dark"] .swagger-ui .prop-enum span .model-toggle { + color: #bdc3c7; + } + /* Responsive */ @media (max-width: 768px) {