style code element in colist
authorDan Allen <dan@opendevise.com>
Sun, 19 Sep 2021 06:29:06 +0000 (00:29 -0600)
committerDan Allen <dan@opendevise.com>
Sun, 19 Sep 2021 06:29:06 +0000 (00:29 -0600)
preview-src/index.adoc
src/css/doc.css

index 8ad0774..07bcddd 100644 (file)
@@ -86,7 +86,7 @@ vfs
   .pipe(uglify())
   .pipe(gulp.dest('build'))
 ----
-<1> The tap function is used to wiretap the data in the pipe.
+<1> The `tap` function is used to wiretap the data in the pipe.
 <2> Wrap each streaming file in a buffer so the files can be processed by uglify.
 Uglify can only work with buffers, not streams.
 
index c01118e..35ce366 100644 (file)
@@ -130,7 +130,8 @@ h1.page + aside.toc.embedded {
 }
 
 .doc p code,
-.doc thead code {
+.doc thead code,
+.doc .colist > table code {
   color: var(--code-font-color);
   background: var(--code-background);
   border-radius: 0.25em;