Skip to content

Commit 75a2f32

Browse files
committed
style code element in colist
1 parent cc87ce7 commit 75a2f32

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

preview-src/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ vfs
8787
.pipe(uglify())
8888
.pipe(gulp.dest('build'))
8989
----
90-
<.> The tap function is used to wiretap the data in the pipe.
90+
<.> The `tap` function is used to wiretap the data in the pipe.
9191
<.> Wrap each streaming file in a buffer so the files can be processed by uglify.
9292
Uglify can only work with buffers, not streams.
9393

src/css/doc.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@
152152
}
153153

154154
.doc p code,
155-
.doc thead code {
155+
.doc thead code,
156+
.doc .colist > table code {
156157
color: var(--code-font-color);
157158
background: var(--code-background);
158159
border-radius: 0.25em;

0 commit comments

Comments
 (0)