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:
20
20
ensureHtmlElements :
21
21
-
22
22
- ' 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"]'
25
25
- []
26
26
---
27
27
28
28
::: {#default-brand style='background-color: {{< brand color blue >}}'}
29
29
Default brand blue background.
30
30
:::
31
31
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 >}}'}
33
35
Light brand blue background.
34
36
:::
35
37
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 >}}'}
37
39
Dark brand blue background.
38
40
:::
You can’t perform that action at this time.
0 commit comments