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

Reviewed By: jeffbailey

Differential Revision: https://reviews.llvm.org/D141039
This commit is contained in:
Siva Chandra Reddy 2023-01-05 01:26:15 -08:00
parent 36de85f93f
commit fbe0b51767

View 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;
}