Lanyon update
This commit is contained in:
parent
a56b6f866f
commit
6283825517
28 changed files with 452 additions and 474 deletions
17
layouts/partials/theme-color.html
Normal file
17
layouts/partials/theme-color.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
{{ 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 }}
|
Loading…
Add table
Add a link
Reference in a new issue