mirror of https://gitee.com/bigwinds/arangodb
Update index.html (#9097)
This commit is contained in:
parent
5525df605d
commit
6ceb6209ed
|
@ -44,6 +44,13 @@
|
||||||
font-weight: 100 !important;
|
font-weight: 100 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* This fixes what seems to be a bug in the swagger-ui stylesheet
|
||||||
|
* causing syntax-highlighted code to have random white-on-gray text.
|
||||||
|
*/
|
||||||
|
.swagger-ui .opblock-body pre span{
|
||||||
|
color: #000 !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* The topbar lets the user pick arbitrary URLs.
|
/* The topbar lets the user pick arbitrary URLs.
|
||||||
* We don't need this feature in ArangoDB.
|
* We don't need this feature in ArangoDB.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue