Update index.html
This commit is contained in:
+25
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user