Skip to content

Commit 447cfde

Browse files
Fix background of error message or other preformatted text display
1 parent a89fa14 commit 447cfde

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

message-index/css/default.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,13 @@ main code {
136136
padding-right: 2px;
137137
}
138138

139+
main pre {
140+
background: #fafafa;
141+
}
142+
139143
main pre code {
140144
padding: 10px;
145+
background: #fafafa;
141146
}
142147

143148
nav.breadcrumb {

0 commit comments

Comments
 (0)