Skip to content

Commit

Permalink
fix: Add background to tt and code inside dt
Browse files Browse the repository at this point in the history
Fixes #1142
  • Loading branch information
kesara committed Jul 18, 2024
1 parent f743092 commit 4481267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml2rfc/data/xml2rfc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ section .olCompact {
tt, code {
background-color: transparent;
}
p tt, p code, li tt, li code {
p tt, p code, li tt, li code, dt tt, dt code {
background-color: #f8f8f8;
}
/* Tweak the pre margin -- 0px doesn't come out well */
Expand Down

0 comments on commit 4481267

Please sign in to comment.