how to import customized css theme #48
Unanswered
ChiMaoShuPhy
asked this question in
Q&A
Replies: 1 comment
-
Hi @ChiMaoShuPhy, adding custom themes is currently unsupported. I'm planning to add it as soon as Quarkdown's built-in themes migrate from CSS to SASS. You can open an issue if you'd like. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am wondering what's the correct way to include customized css themes, I have tried adding
@import url('my_theme.css');
in/output/my_project/theme/theme.css
(generated byquarkdown c my_project.qmd -p -w
), however, those files under /output are get restored when I save changes.Beta Was this translation helpful? Give feedback.
All reactions