From 3c1665df02e57c982b22486b1afeb7983e44a8f2 Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Thu, 23 Jan 2020 13:54:01 -0500 Subject: [PATCH] Updated some colors. --- tools/jsdoc/hifi-jsdoc-template/static/styles/night.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tools/jsdoc/hifi-jsdoc-template/static/styles/night.css b/tools/jsdoc/hifi-jsdoc-template/static/styles/night.css index 60c65680d5..1e95cb34d6 100644 --- a/tools/jsdoc/hifi-jsdoc-template/static/styles/night.css +++ b/tools/jsdoc/hifi-jsdoc-template/static/styles/night.css @@ -46,6 +46,10 @@ thead { background: #1f3341 !important; } +thead tr { + color: white !important; +} + table tr:nth-child(2n) { background: #1f3341 !important; } @@ -56,4 +60,8 @@ table tr:nth-child(2n) { #main a, #main a:visited, #main a:active, #main a:hover { color: #69d3ff !important; +} + +.important { + color: #BF2424 !important; } \ No newline at end of file