@@ -13,7 +13,7 @@ div.body {
font-size: 15px;
// override line-height except hljs and child of it.
- :not(.hljs*) {
+ :not(pre*) {
line-height: 1.8em;
}