Spaces:
Running
Running
leo commited on
Commit ·
c00eb7a
1
Parent(s): 83c2210
fix schemas: force all text white
Browse files- index.html +5 -10
index.html
CHANGED
|
@@ -34,17 +34,12 @@
|
|
| 34 |
.swagger-ui .info a { color: #58a6ff; }
|
| 35 |
.swagger-ui .scheme-container { background: #161b22; box-shadow: none; }
|
| 36 |
.swagger-ui section.models { border: 1px solid #30363d; background: #161b22; }
|
| 37 |
-
.swagger-ui section.models
|
| 38 |
.swagger-ui section.models .model-container { background: #161b22; border-color: #30363d; }
|
| 39 |
-
.swagger-ui .model-box { background: #
|
| 40 |
-
.swagger-ui .
|
| 41 |
-
.swagger-ui .
|
| 42 |
-
.swagger-ui .model
|
| 43 |
-
.swagger-ui .model-title { color: #c9d1d9; }
|
| 44 |
-
.swagger-ui .model span,
|
| 45 |
-
.swagger-ui .model br + span { color: #8b949e; }
|
| 46 |
-
.swagger-ui .prop-type { color: #79c0ff; }
|
| 47 |
-
.swagger-ui .prop-format { color: #8b949e; }
|
| 48 |
|
| 49 |
.swagger-ui .opblock-tag { border-bottom-color: #30363d; }
|
| 50 |
.swagger-ui .opblock-tag small { color: #8b949e; }
|
|
|
|
| 34 |
.swagger-ui .info a { color: #58a6ff; }
|
| 35 |
.swagger-ui .scheme-container { background: #161b22; box-shadow: none; }
|
| 36 |
.swagger-ui section.models { border: 1px solid #30363d; background: #161b22; }
|
| 37 |
+
.swagger-ui section.models * { color: #c9d1d9 !important; }
|
| 38 |
.swagger-ui section.models .model-container { background: #161b22; border-color: #30363d; }
|
| 39 |
+
.swagger-ui .model-box { background: #0d1117; }
|
| 40 |
+
.swagger-ui .prop-type { color: #79c0ff !important; }
|
| 41 |
+
.swagger-ui .prop-format { color: #8b949e !important; }
|
| 42 |
+
.swagger-ui .model-toggle::after { filter: invert(1); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
|
| 44 |
.swagger-ui .opblock-tag { border-bottom-color: #30363d; }
|
| 45 |
.swagger-ui .opblock-tag small { color: #8b949e; }
|