mirror of
https://github.com/hearth-code/hearthcode-obsidian.git
synced 2026-07-22 04:50:27 +00:00
Sync HearthCode 3.1.2
This commit is contained in:
parent
3385166970
commit
60dd2159ad
3 changed files with 11 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "HearthCode",
|
||||
"version": "3.1.1",
|
||||
"version": "3.1.2",
|
||||
"minAppVersion": "1.0.0",
|
||||
"author": "HearthCode",
|
||||
"authorUrl": "https://theme.hearthcode.dev"
|
||||
|
|
|
|||
|
|
@ -111,6 +111,10 @@
|
|||
.theme-dark .markdown-source-view.mod-cm6 .cm-line .cm-comment {
|
||||
color: var(--code-comment);
|
||||
font-style: italic;
|
||||
/* CJK fonts have no true italic cut; suppress the synthesized fake oblique
|
||||
(renders upright) while real Latin italic faces still slant. Bold synthesis
|
||||
is left intact for keywords. */
|
||||
font-synthesis-style: none;
|
||||
}
|
||||
|
||||
.theme-dark .cm-s-obsidian span.cm-keyword,
|
||||
|
|
@ -501,6 +505,10 @@
|
|||
.theme-light .markdown-source-view.mod-cm6 .cm-line .cm-comment {
|
||||
color: var(--code-comment);
|
||||
font-style: italic;
|
||||
/* CJK fonts have no true italic cut; suppress the synthesized fake oblique
|
||||
(renders upright) while real Latin italic faces still slant. Bold synthesis
|
||||
is left intact for keywords. */
|
||||
font-synthesis-style: none;
|
||||
}
|
||||
|
||||
.theme-light .cm-s-obsidian span.cm-keyword,
|
||||
|
|
|
|||
|
|
@ -27,5 +27,6 @@
|
|||
"2.1.3": "1.0.0",
|
||||
"3.0.0": "1.0.0",
|
||||
"3.1.0": "1.0.0",
|
||||
"3.1.1": "1.0.0"
|
||||
"3.1.1": "1.0.0",
|
||||
"3.1.2": "1.0.0"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue