Apply base code highlight style to all code boxes

This commit is contained in:
Robert Marshall 2020-03-14 08:07:11 +00:00
parent 2efd6a133a
commit 3c99b74fd5

View file

@ -44,13 +44,11 @@
* Obsidian style * Obsidian style
* ported by Alexander Marenin (http://github.com/ioncreature) * ported by Alexander Marenin (http://github.com/ioncreature)
*/ */
&.hljs { display: block;
display: block; overflow-x: auto;
overflow-x: auto; padding: 0.5em;
padding: 0.5em; background: #282b2e;
background: #282b2e; color: #e0e2e4;
color: #e0e2e4;
}
.hljs-keyword, .hljs-keyword,
.hljs-selector-tag, .hljs-selector-tag,