Update index.html
This commit is contained in:
@@ -372,11 +372,20 @@
|
|||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Swagger UI Light Theme Customization */
|
||||||
|
#swagger-ui div .scheme-container {
|
||||||
|
background-color: rgba(52,73,94,0.09);
|
||||||
|
}
|
||||||
|
|
||||||
/* Swagger UI Dark Theme - Proper Implementation */
|
/* Swagger UI Dark Theme - Proper Implementation */
|
||||||
[data-theme="dark"] .swagger-ui {
|
[data-theme="dark"] .swagger-ui {
|
||||||
filter: none !important;
|
filter: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[data-theme="dark"] .schemes div .servers div table tbody tr td {
|
||||||
|
background-color: transparent !important;
|
||||||
|
}
|
||||||
|
|
||||||
[data-theme="dark"] .swagger-ui .opblock-tag-section {
|
[data-theme="dark"] .swagger-ui .opblock-tag-section {
|
||||||
background: #2d2d2d !important;
|
background: #2d2d2d !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user