[libc-commits] [PATCH] D141039: [libc] Make the sidebar colors have a higher constract in the white background.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jan 5 01:27:17 PST 2023


sivachandra created this revision.
sivachandra added a reviewer: jeffbailey.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D141039

Files:
  libc/docs/_static/custom.css


Index: libc/docs/_static/custom.css
===================================================================
--- libc/docs/_static/custom.css
+++ libc/docs/_static/custom.css
@@ -69,11 +69,11 @@
 }
 
 div.sphinxsidebar li:hover {
-  background: #eeeeee;
+  background: #ccddee;
 }
 
 div.sphinxsidebar ul {
-  background: #e9e9e9;
+  background: #bbccdd;
   margin: 0px;
   padding: 0px;
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141039.486495.patch
Type: text/x-patch
Size: 386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230105/2a488d7d/attachment.bin>


More information about the libc-commits mailing list