-
DescriptionI used a random bootstrap 5 template which contains various CSS files. After adding them in the CSS option in quarto yml file, the website seemed to work. But the navigation bar theme and margins are not overridden by the new theme. How do I completely override quarto website theme/CSS? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Mar 14, 2024
Replies: 1 comment 3 replies
-
All is described in https://quarto.org/docs/output-formats/html-themes.html. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have a Bootstrap theme that does not use variables?
Anyhow, you can put your CSS in a SCSS file as long as you follow the documentation I linked.