[libc] Make the sidebar colors have a higher constract in the white background.
authorSiva Chandra Reddy <sivachandra@google.com>
Thu, 5 Jan 2023 09:26:15 +0000 (01:26 -0800)
committerSiva Chandra Reddy <sivachandra@google.com>
Thu, 5 Jan 2023 17:43:59 +0000 (09:43 -0800)
Reviewed By: jeffbailey

Differential Revision: https://reviews.llvm.org/D141039

libc/docs/_static/custom.css

index c2fcde7..65c3bd2 100644 (file)
@@ -69,11 +69,11 @@ div.sphinxsidebar li {
 }
 
 div.sphinxsidebar li:hover {
-  background: #eeeeee;
+  background: #ccddee;
 }
 
 div.sphinxsidebar ul {
-  background: #e9e9e9;
+  background: #bbccdd;
   margin: 0px;
   padding: 0px;
 }