Sync HearthCode 3.1.2

This commit is contained in:
Mark Y. 2026-06-15 19:23:47 +09:00
parent 3385166970
commit 60dd2159ad
3 changed files with 11 additions and 2 deletions

View file

@ -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"

View file

@ -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,

View file

@ -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"
}