From f5e409d2f9dbaaeeda3eccafcaee883dc65db834 Mon Sep 17 00:00:00 2001 From: Jamie Peabody Date: Thu, 24 Oct 2019 15:45:09 +0100 Subject: [PATCH] patch(#5672): code highlight styles are now only applied to pre blocks that have the class pre.microlight --- src/style/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/_layout.scss b/src/style/_layout.scss index bfcfdafe16d..83124d57780 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -596,7 +596,7 @@ } } -.opblock-body pre +.opblock-body pre.microlight { font-size: 12px;