diff --git a/index.html b/index.html
index 5776877..18dc19a 100644
--- a/index.html
+++ b/index.html
@@ -817,6 +817,26 @@
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 */
@media (max-width: 768px) {