Open
Description
What would you like to do?
Report an issue on quarto.org
Description
Hello. It appears that the default colours for callouts have changed. The appearance of the callouts on https://quarto.org/docs/authoring/callouts.html don't reflect the new colours.
When I render the following (with v1.7.30) I get the corresponding image. The colours are different to the documentation page.
---
title: "Untitled"
format: html
---
:::{.callout-note}
A note
:::
:::{.callout-warning}
A warning
:::
:::{.callout-important}
Something important
:::
:::{.callout-tip}
This is a good idea
:::
:::{.callout-caution}
Be careful about doing this
:::
