Update index.html
This commit is contained in:
+20
@@ -817,6 +817,26 @@
|
|||||||
color: rgb(113, 128, 147); /* PATCH - gray */
|
color: rgb(113, 128, 147); /* PATCH - gray */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Response col description - all operations */
|
||||||
|
[data-theme="dark"] [id$="_responses"] thead .response-col_description {
|
||||||
|
color: #bdc3c7;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Response col links - all operations */
|
||||||
|
[data-theme="dark"] [id$="_responses"] thead .response-col_links {
|
||||||
|
color: #bdc3c7;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* List - all operations */
|
||||||
|
[data-theme="dark"] [id$="_responses"] tbody ul {
|
||||||
|
color: #bdc3c7;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Tablinks - all operations */
|
||||||
|
[data-theme="dark"] [id$="_responses"] .tab .tablinks {
|
||||||
|
color: #bdc3c7;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Responsive */
|
/* Responsive */
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|||||||
Reference in New Issue
Block a user