mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Make inline code color a little bluer
This commit is contained in:
parent
e2157d09df
commit
9220b96531
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ tr, pre {
|
||||||
|
|
||||||
code {
|
code {
|
||||||
/* Make inline-code better visible */
|
/* Make inline-code better visible */
|
||||||
background-color: rgba(0,0,0, .08);
|
background-color: rgba(20,20,80, .1);
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
}
|
}
|
||||||
|
@ -519,6 +519,6 @@ div.body .internal.reference:link {
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
background-color: rgba(255, 255, 255, .08);
|
background-color: rgba(200, 200, 255, .1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue