culinary.kemonine.info/themes/hugo-theme-techdoc/layouts/partials/custom-css.html
2022-12-03 10:27:03 -05:00

7 lines
227 B
HTML

<style>
:root {
{{- with .Site.Params.custom_font_color }}--custom-font-color: {{ . | safeCSS }};{{ end -}}
{{- with .Site.Params.custom_background_color }}--custom-background-color: {{ . | safeCSS }};{{ end -}}
}
</style>