From cdaaf7c725660de4a9c081abe1ee4078352905c5 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Tue, 8 Oct 2019 19:04:35 -0400 Subject: [PATCH] generated docs: consistent coloring --- lib/std/special/docs/index.html | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/lib/std/special/docs/index.html b/lib/std/special/docs/index.html index 6e134af5b3..722c229f9b 100644 --- a/lib/std/special/docs/index.html +++ b/lib/std/special/docs/index.html @@ -59,23 +59,25 @@ margin: 0.5em 0 0 0; padding: 0; overflow: hidden; - background-color: #333; + background-color: #f1f1f1; } #listNav li { float:left; } #listNav li a { display: block; - color: #fff; + color: #000; text-align: center; padding: .5em .8em; text-decoration: none; } #listNav li a:hover { - background-color: #111; + background-color: #555; + color: #fff; } #listNav li a.active { - background-color: #4CAF50; + background-color: #FFBB4D; + color: #000; } #listPkgs { @@ -192,11 +194,19 @@ pre{ background-color:#2A2A2A; } + #listNav { + background-color: #333; + } + #listNav li a { + color: #fff; + } #listNav li a:hover { - background-color: #000; + background-color: #555; + color: #fff; } #listNav li a.active { - background-color: #4CAF50; + background-color: #FFBB4D; + color: #000; } #listPkgs { background-color: #333;