Merge pull request #119 from kasenvr/feature/js-doc-night

Update API Docs for readability
This commit is contained in:
kasenvr 2020-01-24 13:34:19 -05:00 committed by GitHub
commit a1fc902c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,10 +14,6 @@ section {
background-color: #061F2F;
}
code {
background-color: #0a121b !important;
}
/* Prettify */
.typ {
@ -40,6 +36,18 @@ code {
color: #f08d49 !important;
}
.com {
color: #9d9d9d !important;
}
.prettyprint code {
background-color: #0a121b;
}
tr td a code {
font-weight: bold;
}
/* JSDoc */
thead {
@ -56,6 +64,11 @@ table tr:nth-child(2n) {
.name code {
color: #e8a0e8 !important;
font-weight: bold;
}
.signature {
font-weight: bold;
}
#main a, #main a:visited, #main a:active, #main a:hover {