7 lines
227 B
HTML
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>
|