Welcome to mirror list, hosted at ThFree Co, Russian Federation.

style.html « partials « layouts - github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37755da86f25e8b2c8f3cca164f165aff815a93a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<style>
	a { color: {{ .Site.Params.ColorTheme }}; }
	blockquote {
		border-left-color: {{ .Site.Params.ColorTheme }};
		border-right-color: {{ .Site.Params.ColorTheme }}; }
	.bar a:hover {
		color: {{ .Site.Params.ColorTheme }};
		text-decoration: none; }
	.sep {
		margin-top: 2rem;
		margin-bottom: 1rem;
		margin-left:0;
		width: 24rem;
		border-top: 2px solid {{ .Site.Params.ColorTheme }}; }
</style>