Apply base code highlight style to all code boxes
This commit is contained in:
parent
2efd6a133a
commit
3c99b74fd5
1 changed files with 5 additions and 7 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue