pi-www-theme-soho/layouts/partials/theme-color.html

18 lines
262 B
HTML
Raw Normal View History

2020-02-10 20:38:11 +02:00
{{ with $.Site.Params.themeColor }}
<style type="text/css">
.sidebar {
background-color: {{ . }};
}
.read-more-link a {
border-color: {{ . }};
}
footer a,
.content a,
.related-posts li a:hover {
color: {{ . }};
}
</style>
{{ end }}