From: Maxim Belkin Date: Thu, 22 Oct 2020 04:34:27 +0000 (-0700) Subject: lesson.scss: no borders around unrecognized code (#510) X-Git-Url: https://git.arvados.org/rnaseq-cwl-training.git/commitdiff_plain/5b906e78b2561741b9a4ca027cf5292c83377654 lesson.scss: no borders around unrecognized code (#510) --- diff --git a/assets/css/lesson.scss b/assets/css/lesson.scss index 89d5bf7..182fe3b 100644 --- a/assets/css/lesson.scss +++ b/assets/css/lesson.scss @@ -329,6 +329,12 @@ div.life-cycle { background: #d9edf7; } +// Remove border around spans of text within code blocks +// that the highlighter (rouge) failed to recognize. +pre.highlight span.err { + border: none; +} + //---------------------------------------- // keyboard key style, from StackExchange.