Custom callout color
-
In a clone of this tests site, create
_sass/custom/setup.scsscontaining:$pink-000: #f77ef1; $pink-100: #f967f1; $pink-200: #e94ee1; $pink-300: #dd2cd4; -
In
_sass/color_schemes/test.scssinsert:$link-color: $pink-100 -
In
_config.yamlreplace:note: color: blueby:
note: color: pink opacity: 0.3 -
Build the site.
-
Check that the Note callout is colored pink.