navbar menu bg color #6557
Replies: 4 comments
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
-
Sure. Here's _quarto.yml:
Here's theme-dark.scss:
And here's example.qmd:
Run |
Beta Was this translation helpful? Give feedback.
-
Nevermind - I found |
Beta Was this translation helpful? Give feedback.
-
All variables are listed in the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hi,
Is there a was to color the background of navbar menus? Specifically I'm trying to avoid the white in dark mode. On https://quarto.org/docs/output-formats/html-themes.html#navigation, I see $navbar-bg and $popover-bg, but neither of them seem to work.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions