mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 12:09:52 +02:00
Merge pull request #119 from kasenvr/feature/js-doc-night
Update API Docs for readability
This commit is contained in:
commit
a1fc902c6e
1 changed files with 17 additions and 4 deletions
|
@ -14,10 +14,6 @@ section {
|
||||||
background-color: #061F2F;
|
background-color: #061F2F;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
|
||||||
background-color: #0a121b !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Prettify */
|
/* Prettify */
|
||||||
|
|
||||||
.typ {
|
.typ {
|
||||||
|
@ -40,6 +36,18 @@ code {
|
||||||
color: #f08d49 !important;
|
color: #f08d49 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.com {
|
||||||
|
color: #9d9d9d !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.prettyprint code {
|
||||||
|
background-color: #0a121b;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr td a code {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
/* JSDoc */
|
/* JSDoc */
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
|
@ -56,6 +64,11 @@ table tr:nth-child(2n) {
|
||||||
|
|
||||||
.name code {
|
.name code {
|
||||||
color: #e8a0e8 !important;
|
color: #e8a0e8 !important;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
.signature {
|
||||||
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main a, #main a:visited, #main a:active, #main a:hover {
|
#main a, #main a:visited, #main a:active, #main a:hover {
|
||||||
|
|
Loading…
Reference in a new issue