mirror of https://github.com/searx/searx
doc: theme - make sidebar less eye-catching
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
97b86fd184
commit
e4e578e8a9
|
@ -13,3 +13,18 @@ a:hover {
|
||||||
p.version-warning {
|
p.version-warning {
|
||||||
background-color: #004b6b;
|
background-color: #004b6b;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.sidebar {
|
||||||
|
background-color: whitesmoke;
|
||||||
|
border-color: lightsteelblue;
|
||||||
|
border-radius: 3pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
p.sidebar-title, .sidebar p {
|
||||||
|
margin: 6pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar li {
|
||||||
|
list-style-type: disclosure-closed;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue