Replies: 2 comments 1 reply
-
For now, I've found a hacky way to deal with this using CSS to override the logo image in dark mode. My light.scss has .navbar-brand > img { and my dark.scss has .navbar-brand > img { This works because "logo-light.png" (as inserted in _quarto.yml) and "logo-dark.png" are identical, except for color. |
Beta Was this translation helpful? Give feedback.
1 reply
-
FYI: |
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.
-
Hello,
Would it be possible to make it so that we can pass two different images to use as a logo in the navbar of a Quarto website, one for light mode and one for dark mode?
Thanks for considering!
Beta Was this translation helpful? Give feedback.
All reactions