mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
docs/theme: Make sidebar border less intrusive
Only on the right, much lighter, no radius
This commit is contained in:
@@ -59,8 +59,8 @@ form.inline-search input[type="submit"] {
|
|||||||
|
|
||||||
div.sphinxsidebar {
|
div.sphinxsidebar {
|
||||||
background-color: #eeeefa;
|
background-color: #eeeefa;
|
||||||
border: 1px solid;
|
border-right: 1px solid #ccc;
|
||||||
border-radius: 5px;
|
border-radius: 0px;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
font-size: smaller;
|
font-size: smaller;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user