mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
css: Some minor adjustments
Make borders less bright in dark version, add some padding to the body.
This commit is contained in:
@@ -139,7 +139,7 @@ div.sphinxsidebar input[type=text] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.body {
|
div.body {
|
||||||
padding: 0 0 0 1.2em;
|
padding: 10px 0 0 1.2em;
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -366,6 +366,18 @@ kbd {
|
|||||||
background-color: #101020;
|
background-color: #101020;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.sphinxsidebar {
|
||||||
|
border-right: 1px solid #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.related:first-child {
|
||||||
|
border-bottom: 1px solid #666;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.related {
|
||||||
|
border-top: 1px solid #666;
|
||||||
|
}
|
||||||
|
|
||||||
div.sphinxsidebar a, div.footer {
|
div.sphinxsidebar a, div.footer {
|
||||||
color: #CCC;
|
color: #CCC;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -648,9 +648,11 @@ img.delete_icon {
|
|||||||
}
|
}
|
||||||
.tab {
|
.tab {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
border: 1px solid #222;
|
||||||
}
|
}
|
||||||
.selected_tab {
|
.selected_tab {
|
||||||
background-color: #202028;
|
background-color: #202028;
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#tab_contents {
|
#tab_contents {
|
||||||
|
|||||||
Reference in New Issue
Block a user