more tweaking of fonts and colors; its getting good
This commit is contained in:
parent
ae74fe98ac
commit
3766533e65
@ -1,7 +1,7 @@
|
|||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
<div class="header" style="background-color: whitesmoke">
|
<div class="header" style="background-color: whitesmoke">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1 style="color: gray(35)">{{ .Title }}</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
<div class="header" style="background-color: whitesmoke; opacity: 50%">
|
<div class="header" style="background-color: whitesmoke; opacity: 100%">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1 style="color: #065387; font-size: 44px">{{ .Title }}</h1>
|
||||||
<h2>{{ with .Params.series }}{{.}}{{end}}</h2>
|
<h2 style="color: dimgrey; font-size: 22px">{{ with .Params.series }}{{.}}{{end}}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="content" style="text-align: justify-all">
|
<div class="content" style="text-align: justify-all">
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
<div class="header" style="background-color: whitesmoke; opacity: 100%">
|
<div class="header" style="background-color: whitesmoke; opacity: 100%">
|
||||||
<h1 style="color: #065387">{{ .Title }}</h1>
|
<h1 style="color: #065387; font-size: 44px">{{ .Title }}</h1>
|
||||||
<h2 style="color: dimgrey">{{ .Description }}</h2>
|
<h2 style="color: dimgrey; font-size: 24px">{{ .Description }}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{{ partial "header.html" . }}
|
{{ partial "header.html" . }}
|
||||||
|
|
||||||
<div class="header" style="background-color: whitesmoke; opacity: 50%">
|
<div class="header" style="background-color: whitesmoke; opacity: 100%">
|
||||||
<h1>{{ .Title }}</h1>
|
<h1 style="font-size: 44px; color: #065387">{{ .Title }}</h1>
|
||||||
<h2>{{ .Params.author }}</h2>
|
<h2 style="color: dimgrey; font-size: 22px">{{ .Params.author }}</h2>
|
||||||
{{if isset .Params "topic" }}
|
{{if isset .Params "topic" }}
|
||||||
<h3>Topic: {{ .Params.topic }}</h3>
|
<h3 style="color: cornflowerblue; font-size: 16px">Topic: {{ .Params.topic }}</h3>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user