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:
Marshall Bowers 2024-05-03 19:00:36 -04:00 committed by GitHub
parent d62943930b
commit 75a545308d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);
}