[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 09:44:11 PST 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGfbe0b5176718: [libc] Make the sidebar colors have a higher constract in the white background. (authored by sivachandra).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141039/new/
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.486612.patch
Type: text/x-patch
Size: 386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230105/69435362/attachment.bin>
More information about the libc-commits
mailing list