1
0
Fork 0

Update index.html (#9097)

This commit is contained in:
Alan Plum 2019-05-24 16:01:56 +02:00 committed by Michael Hackstein
parent 5525df605d
commit 6ceb6209ed
1 changed files with 7 additions and 0 deletions

View File

@ -44,6 +44,13 @@
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.
* We don't need this feature in ArangoDB.
*/