File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,19 +20,21 @@ _quarto:
2020 ensureHtmlElements :
2121 -
2222 - ' div#default-brand[style="background-color: #82aeef"]'
23- - ' div#light-brand[style="background-color: #82aeef"]'
24- - ' div#dark-brand[style="background-color: #415777"]'
23+ - ' div#light-brand[style="color: #116423; background-color: #82aeef"]'
24+ - ' div#dark-brand[style="color: #ffeecc; background-color: #415777"]'
2525 - []
2626---
2727
2828::: {#default-brand style='background-color: {{< brand color blue >}}'}
2929Default brand blue background.
3030:::
3131
32- ::: {#light-brand style='background-color: {{< brand color blue light >}}'}
32+ We use ` .light-content ` and ` .dark-content ` to make content that switches in light and dark mode:
33+
34+ ::: {#light-brand .light-content style='color: {{< brand color foreground light >}}; background-color: {{< brand color blue light >}}'}
3335Light brand blue background.
3436:::
3537
36- ::: {#dark-brand style='background-color: {{< brand color blue dark >}}'}
38+ ::: {#dark-brand .dark-content style='color: {{< brand color foreground dark >}}; background-color: {{< brand color blue dark >}}'}
3739Dark brand blue background.
3840:::
You can’t perform that action at this time.
0 commit comments