Skip to content

Commit 5898ae0

Browse files
committed
fix: add metadata variable
1 parent ac01707 commit 5898ae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/format/html/format-html-scss.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ function pandocVariablesToThemeDefaults(
441441
add(explicitVars, "font-family-base", metadata["mainfont"], asCssFont);
442442
add(explicitVars, "font-family-code", metadata["monofont"], asCssFont);
443443
add(explicitVars, "mono-background-color", metadata["monobackgroundcolor"]);
444+
add(explicitVars, "mono-foreground-color", metadata["monoforegroundcolor"]);
444445

445446
// Deal with sizes
446447
const explicitSizes = [

0 commit comments

Comments
 (0)