docs/index: reword default shell section

This commit is contained in:
David Adam
2022-03-29 13:33:06 +08:00
parent 9c96986b36
commit 71a6f979a5
2 changed files with 14 additions and 8 deletions

View File

@@ -517,7 +517,7 @@ div.body .internal.reference:link {
div.body a {
color: #2092fa;
}
/* Color based on the Name.Function (.nf) class from pygments.css. */
.command { color: #008fd7 }
@@ -529,4 +529,8 @@ div.body .internal.reference:link {
code {
background-color: rgba(200, 200, 255, .1);
}
.warning code {
background-color: #604040;
}
}