lesson.scss: no borders around unrecognized code (#510)
authorMaxim Belkin <maxim.belkin@gmail.com>
Thu, 22 Oct 2020 04:34:27 +0000 (21:34 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 04:34:27 +0000 (00:34 -0400)
assets/css/lesson.scss

index 89d5bf77099dcf8c6911d99ac5316d5969ae1a95..182fe3b7374ae66c82224697272fd2c37364818b 100644 (file)
@@ -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.