User-selectable colour scheme and font size #6035
Unanswered
DeliciousRoastPotato
asked this question in
Q&A
Replies: 1 comment 4 replies
-
@DeliciousRoastPotato first can you edit the title of your discussion so that it get a real title, and not the default one as I suspect it is right now. thanks !
Are you referring to the font setting and the menu at the top ? https://bookdown.org/yihui/bookdown/html.html I don't think this is yet available on Quarto Book. You can change theme though and set dark mode yes. You can create your own theme or variation if what we offer is not enough. https://quarto.org/docs/output-formats/html-themes.html |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Background
I'm training to be a teacher and while on placement I used Bookdown to organise my lesson plans. Next placement, I want to use it to have a student-facing website because html is better for accessibility than PDF.
One thing I liked about Bookdown was that the user could change the font size and book theme from a dropdown menu. Unfortunately, the themes provided had some accessibility issues surrounding colour contrast and hyperlink visibility.
I'm deciding between trying to fix the colour schemes for Bookdown or move over to Quarto with a preference for Quarto.
My question
If I move over to quarto, is there an equivalent functionality for user-adjustable font size and theme? All I have found so far is the ability to define a light mode and a dark mode for the website.
I suspect I'd need at least three themes:
My current level of understanding
I'm not a programmer. I am unfamiliar with CSS but I should be able to change a value here and there if pointed in the right direction.
I have tried looking at the quarto website to find information. I have not found anything except the ability to define a dark mode for websites. I have also done some Google-ing, but have not found anything.
Beta Was this translation helpful? Give feedback.
All reactions