apply heading colors in PDF export

This commit is contained in:
TheBlackSheep3
2022-10-15 18:22:08 +02:00
parent b51cac98ab
commit d7320485ff

View File

@@ -36,6 +36,12 @@ body {
/* font stacks taken directly from Notion */
--font-monospace: "Hack Nerd Font", "Source Code Pro", monospace;
-webkit-font-smoothing: auto;
--h1-color: var(--text-title-h1);
--h2-color: var(--text-title-h2);
--h3-color: var(--text-title-h3);
--h4-color: var(--text-title-h4);
--h5-color: var(--text-title-h5);
--h6-color: var(--text-title-h6);
}
/* 2. Colours */