diff css/app.css @ 227:9057b6832c9a

Improve syntax highlight with fenced markup.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Tue, 29 Sep 2020 13:18:39 +0900
parents e69093ab4992
children 598d7f098082
line wrap: on
line diff
--- a/css/app.css	Wed Sep 23 09:45:01 2020 +0900
+++ b/css/app.css	Tue Sep 29 13:18:39 2020 +0900
@@ -120,7 +120,8 @@
 	padding: 0;
 }
 
-.highlight {
+div.highlight,
+figure.highlight {
 	margin: 0 0 1.5rem 0;
 	border: 1px solid #ccc;
 	padding: 0.5em;