Change background of breadcrumbs #7810
Unanswered
royfrancis
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@dragonstyle I believe it should be easy to make the breadcrumbs divs use the SCCS variable, isn't it? |
Beta Was this translation helpful? Give feedback.
2 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
This is really a minor problem when using custom
title-block-banner
and$navbar-bg
, breadcrumbs stick out since they have a white background.Here is an example;
_quarto.yml
styles.scss
index.qmd
report.qmd
One option would be to disable the bread-crumbs #6183. If I want to keep them, how do I change the background color of bread-crumbs? Changing the
background-color
of the classquarto-page-breadcrumbs
doesn't fill the margins.quarto 1.4.506
Beta Was this translation helpful? Give feedback.
All reactions