Customizing color #6428
-
DescriptionHello. Please how can I customize in the scss the color of clicking on a menu bar's item? And how can I customize color of highlight in the searchbox? I suspect it is the same variable (that I didn't manage to find :-(). The screenshots were taken from quarto.org website. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Use your browser developper mode ("inspect") to see what selector you need to modify, then modify it in you (S)CSS file. |
Beta Was this translation helpful? Give feedback.
-
I believe that it is |
Beta Was this translation helpful? Give feedback.
I believe that it is
$component-active-bg
... (defaults to$primary$
).