diff --git a/tools/jsdoc/hifi-jsdoc-template/static/styles/night.css b/tools/jsdoc/hifi-jsdoc-template/static/styles/night.css index ab73c7b3c0..98bf8bee8c 100644 --- a/tools/jsdoc/hifi-jsdoc-template/static/styles/night.css +++ b/tools/jsdoc/hifi-jsdoc-template/static/styles/night.css @@ -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 {