Skip to content

Latest commit

 

History

History
38 lines (35 loc) · 895 Bytes

File metadata and controls

38 lines (35 loc) · 895 Bytes
title Test brand light/dark shortcodes
format html
brand
light dark
color
palette background foreground
blue
#82aeef
#fff8ee
#116423
color
palette background foreground
blue
#415777
#071217
#ffeecc
_quarto
tests
html
ensureHtmlElements
div#default-brand[style="background-color: #82aeef"]
div#light-brand[style="background-color: #82aeef"]
div#dark-brand[style="background-color: #415777"]
::: {#default-brand style='background-color: {{< brand color blue >}}'} Default brand blue background. ::: ::: {#light-brand style='background-color: {{< brand color blue light >}}'} Light brand blue background. ::: ::: {#dark-brand style='background-color: {{< brand color blue dark >}}'} Dark brand blue background. :::