apply heading colors in PDF export
This commit is contained in:
@@ -36,6 +36,12 @@ body {
|
|||||||
/* font stacks taken directly from Notion */
|
/* font stacks taken directly from Notion */
|
||||||
--font-monospace: "Hack Nerd Font", "Source Code Pro", monospace;
|
--font-monospace: "Hack Nerd Font", "Source Code Pro", monospace;
|
||||||
-webkit-font-smoothing: auto;
|
-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 */
|
/* 2. Colours */
|
||||||
|
|||||||
Reference in New Issue
Block a user