diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/style.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html index 173aec9..9be0c35 100644 --- a/layouts/partials/style.html +++ b/layouts/partials/style.html @@ -75,9 +75,14 @@ font-size: 14px; } + div.highlight pre { + background-color: initial; + color: initial; + } + div.highlight code { background-color: unset; - color: initial; + color: unset; } blockquote { |