mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
docs theme: Make inline code stand out more
This commit is contained in:
parent
661ea41861
commit
6d93f89e03
1 changed files with 3 additions and 1 deletions
|
@ -234,6 +234,8 @@ code {
|
|||
background-color: rgba(20,20,80, .1);
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
margin-left: 3px;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
tt, code, pre, dl > dt span ~ em, #synopsis p, #synopsis code, .command {
|
||||
|
@ -527,7 +529,7 @@ div.body .internal.reference:link {
|
|||
}
|
||||
|
||||
code {
|
||||
background-color: rgba(200, 200, 255, .1);
|
||||
background-color: rgba(200, 200, 255, .2);
|
||||
}
|
||||
|
||||
.warning code {
|
||||
|
|
Loading…
Reference in a new issue