From 3c99b74fd509709288f1b7d5f9cb2c3691376662 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Sat, 14 Mar 2020 08:07:11 +0000 Subject: [PATCH] Apply base code highlight style to all code boxes --- Website/wwwroot/css/blog.less | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Website/wwwroot/css/blog.less b/Website/wwwroot/css/blog.less index 63a00ac..bd7e9bd 100644 --- a/Website/wwwroot/css/blog.less +++ b/Website/wwwroot/css/blog.less @@ -44,13 +44,11 @@ * Obsidian style * ported by Alexander Marenin (http://github.com/ioncreature) */ - &.hljs { - display: block; - overflow-x: auto; - padding: 0.5em; - background: #282b2e; - color: #e0e2e4; - } + display: block; + overflow-x: auto; + padding: 0.5em; + background: #282b2e; + color: #e0e2e4; .hljs-keyword, .hljs-selector-tag,