We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114ee0c commit 98cc405Copy full SHA for 98cc405
src/css/custom-swagger-ui.css
@@ -92,3 +92,7 @@ html[data-theme="dark"] .swagger-ui textarea .swagger-ui .opblock .opblock-secti
92
html[data-theme="dark"] .swagger-ui .opblock-body pre.microlight {
93
background-color: var(--golioth-color-cod-gray) !important;
94
}
95
+
96
+html[data-theme="dark"] .loading-container .loading {
97
+ filter: invert(100%);
98
+}
0 commit comments