mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
[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:
parent
36de85f93f
commit
fbe0b51767
4
libc/docs/_static/custom.css
vendored
4
libc/docs/_static/custom.css
vendored
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user