mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-03 17:44:30 +00:00
docs: Update inline code style (#11378)
This PR updates the inline code style on the docs to match what we use on zed.dev. Release Notes: - N/A
This commit is contained in:
parent
d62943930b
commit
75a545308d
1 changed files with 5 additions and 0 deletions
5
docs/theme/css/general.css
vendored
5
docs/theme/css/general.css
vendored
|
@ -290,3 +290,8 @@ kbd {
|
|||
.result-no-output {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
code.hljs {
|
||||
color: rgb(75, 83, 97) !important;
|
||||
background-color: rgba(8, 76, 207, 0.1);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue