Spaces:
Running
Running
leo commited on
Commit ·
157ee0e
1
Parent(s): c00eb7a
fix: brighter schema names
Browse files- index.html +3 -1
index.html
CHANGED
|
@@ -34,7 +34,9 @@
|
|
| 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: #
|
|
|
|
|
|
|
| 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; }
|
|
|
|
| 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: #e6edf3 !important; }
|
| 38 |
+
.swagger-ui .model-title { color: #fff !important; font-weight: 600; }
|
| 39 |
+
.swagger-ui .model-container .model-box .model { background: #161b22; }
|
| 40 |
.swagger-ui section.models .model-container { background: #161b22; border-color: #30363d; }
|
| 41 |
.swagger-ui .model-box { background: #0d1117; }
|
| 42 |
.swagger-ui .prop-type { color: #79c0ff !important; }
|