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,