Skip to content

Commit 5b906e7

Browse files
authored
lesson.scss: no borders around unrecognized code (#510)
1 parent 207d649 commit 5b906e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

assets/css/lesson.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,12 @@ div.life-cycle {
329329
background: #d9edf7;
330330
}
331331

332+
// Remove border around spans of text within code blocks
333+
// that the highlighter (rouge) failed to recognize.
334+
pre.highlight span.err {
335+
border: none;
336+
}
337+
332338

333339
//----------------------------------------
334340
// keyboard key style, from StackExchange.

0 commit comments

Comments
 (0)