theme: Revise inline code span styling

This commit is contained in:
Joe Mooring 2025-09-02 07:48:32 -07:00 committed by GitHub
parent 2e71b6d0ad
commit 8eac2a120b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,8 +130,7 @@ body {
padding-left: .0625em;
}
/* Code spans within paragraphs. */
p > code,
td > code {
/* Code spans within paragraphs, tables cells, list items, etc. */
:not(pre) > code {
white-space: nowrap;
}