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 {