mirror of
https://github.com/krios2146/obsidian-theme-github.git
synced 2026-07-22 03:20:23 +00:00
fix #2 broken code blocks in preview mode
This commit is contained in:
parent
8c1229afb1
commit
e702f63338
1 changed files with 1 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ a:-webkit-any-link:hover {
|
|||
}
|
||||
.markdown-rendered pre code {
|
||||
padding: 1em;
|
||||
background: none;
|
||||
}
|
||||
.cm-s-obsidian span.cm-inline-code,
|
||||
.cm-s-obsidian span.cm-inline-code:not(.cm-formatting):not(.cm-hmd-indented-code):not(.obsidian-search-match-highlight) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue