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

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Thu Jan 5 09:44:11 PST 2023


Author: Siva Chandra Reddy
Date: 2023-01-05T09:43:59-08:00
New Revision: fbe0b5176718bd4228f19aa5b9a3c3a8af112980

URL: https://github.com/llvm/llvm-project/commit/fbe0b5176718bd4228f19aa5b9a3c3a8af112980
DIFF: https://github.com/llvm/llvm-project/commit/fbe0b5176718bd4228f19aa5b9a3c3a8af112980.diff

LOG: [libc] Make the sidebar colors have a higher constract in the white background.

Reviewed By: jeffbailey

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

Added: 
    

Modified: 
    libc/docs/_static/custom.css

Removed: 
    


################################################################################
diff  --git a/libc/docs/_static/custom.css b/libc/docs/_static/custom.css
index c2fcde78c7814..65c3bd2423670 100644
--- a/libc/docs/_static/custom.css
+++ b/libc/docs/_static/custom.css
@@ -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;
 }


        


More information about the libc-commits mailing list