Skip to content

Commit af6f395

Browse files
Code background on whole example, rather than just individual lines
1 parent 4b8913a commit af6f395

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

message-index/css/default.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ details > summary {
4646
margin-top: 10px;
4747
}
4848

49+
.example pre {
50+
background-color: #FAFAFA;
51+
}
52+
4953
.example-container {
5054
min-height: 300px;
5155
display: flex;
@@ -133,7 +137,6 @@ main code {
133137
}
134138

135139
main pre code {
136-
background-color: #FAFAFA;
137140
padding: 10px;
138141
}
139142

@@ -269,4 +272,4 @@ table tbody td {
269272

270273
/* .nowrap {
271274
white-space: nowrap;
272-
} */
275+
} */

0 commit comments

Comments
 (0)