diff --git a/layouts/partials/style.html b/layouts/partials/style.html index 6d1a66b..173aec9 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -75,6 +75,11 @@ font-size: 14px; } + div.highlight code { + background-color: unset; + color: initial; + } + blockquote { border-left: 1px solid #999; color: #222;