mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
docs/theme: Make sidebar border less intrusive
Only on the right, much lighter, no radius
This commit is contained in:
parent
651259e794
commit
dc552fa0ab
1 changed files with 2 additions and 2 deletions
|
@ -59,8 +59,8 @@ form.inline-search input[type="submit"] {
|
|||
|
||||
div.sphinxsidebar {
|
||||
background-color: #eeeefa;
|
||||
border: 1px solid;
|
||||
border-radius: 5px;
|
||||
border-right: 1px solid #ccc;
|
||||
border-radius: 0px;
|
||||
line-height: 130%;
|
||||
font-size: smaller;
|
||||
overflow: auto;
|
||||
|
|
Loading…
Reference in a new issue