Update index.html
This commit is contained in:
+18
@@ -398,6 +398,24 @@
|
|||||||
color: #3498db !important;
|
color: #3498db !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Paragraph */
|
||||||
|
[data-theme="dark"] [id^="operations-tag-"] small p {
|
||||||
|
color: #a0a0a0;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Button */
|
||||||
|
[data-theme="dark"] .schemes .auth-wrapper .authorize {
|
||||||
|
border-color: #2ecc71 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Operations borders */
|
||||||
|
[data-theme="dark"] [id^="operations-"] {
|
||||||
|
border-bottom-color: #61affe;
|
||||||
|
border-top-color: #61affe;
|
||||||
|
border-right-color: #61affe;
|
||||||
|
border-left-color: #61affe;
|
||||||
|
}
|
||||||
|
|
||||||
[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