Skip to content

Commit bdafb27

Browse files
authored
fix: Add background to tt and code inside dt (#1144)
Fixes #1142
1 parent 058479b commit bdafb27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml2rfc/data/xml2rfc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ section .olCompact {
11271127
tt, code {
11281128
background-color: transparent;
11291129
}
1130-
p tt, p code, li tt, li code {
1130+
p tt, p code, li tt, li code, dt tt, dt code {
11311131
background-color: #f8f8f8;
11321132
}
11331133
/* Tweak the pre margin -- 0px doesn't come out well */

0 commit comments

Comments
 (0)