From: Dan Allen Date: Sun, 19 Sep 2021 06:29:06 +0000 (-0600) Subject: style code element in colist X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=840d54a373dff6c3f11520e5c99f15668d836db3;p=eg-antora.git style code element in colist --- diff --git a/preview-src/index.adoc b/preview-src/index.adoc index 8ad0774..07bcddd 100644 --- a/preview-src/index.adoc +++ b/preview-src/index.adoc @@ -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. diff --git a/src/css/doc.css b/src/css/doc.css index c01118e..35ce366 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -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;