comparison 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
comparison
equal deleted inserted replaced
226:eb7a3afdad8b 227:9057b6832c9a
118 background-color: inherit; 118 background-color: inherit;
119 line-height: 1; 119 line-height: 1;
120 padding: 0; 120 padding: 0;
121 } 121 }
122 122
123 .highlight { 123 div.highlight,
124 figure.highlight {
124 margin: 0 0 1.5rem 0; 125 margin: 0 0 1.5rem 0;
125 border: 1px solid #ccc; 126 border: 1px solid #ccc;
126 padding: 0.5em; 127 padding: 0.5em;
127 border-radius: 3px; 128 border-radius: 3px;
128 font-size: 90%; 129 font-size: 90%;