mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 09:29:16 +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;
|
||||
}
|
||||
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue