We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b8913a commit af6f395Copy full SHA for af6f395
message-index/css/default.css
@@ -46,6 +46,10 @@ details > summary {
46
margin-top: 10px;
47
}
48
49
+.example pre {
50
+ background-color: #FAFAFA;
51
+}
52
+
53
.example-container {
54
min-height: 300px;
55
display: flex;
@@ -133,7 +137,6 @@ main code {
133
137
134
138
135
139
main pre code {
136
- background-color: #FAFAFA;
140
padding: 10px;
141
142
@@ -269,4 +272,4 @@ table tbody td {
269
272
270
273
/* .nowrap {
271
274
white-space: nowrap;
-} */
275
+} */
0 commit comments