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
* ported by Alexander Marenin (http://github.com/ioncreature)
*/
&.hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #282b2e;
color: #e0e2e4;
}
.hljs-keyword,
.hljs-selector-tag,