add some subtle color accents
This commit is contained in:
parent
931aa8e48f
commit
ae74fe98ac
@ -1,8 +1,8 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<div class="header" style="background-color: whitesmoke">
|
||||
<div class="header" style="background-color: whitesmoke; opacity: 100%">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h2>{{ .Description }}</h2>
|
||||
<h2 style="color: dimgrey">{{ .Description }}</h2>
|
||||
</div>
|
||||
<div class="content">
|
||||
{{ .Content }}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<div class="header" style="background-color: whitesmoke">
|
||||
<div class="header" style="background-color: whitesmoke;">
|
||||
<h1>{{ .Title }}</h1>
|
||||
</div>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<div class="header" style="background-color: whitesmoke">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h2>{{ .Site.Params.subtitle }}</h2>
|
||||
<div class="header" style="background-color: whitesmoke; opacity: 100%">
|
||||
<h1 style="color: gray(35)">{{ .Title }}</h1>
|
||||
<h2 style="color: dimgrey">{{ .Site.Params.subtitle }}</h2>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
|
@ -1,8 +1,8 @@
|
||||
{{ partial "header.html" . }}
|
||||
|
||||
<div class="header" style="background-color: whitesmoke; opacity: 50%">
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h2>{{ .Description }}</h2>
|
||||
<div class="header" style="background-color: whitesmoke; opacity: 100%">
|
||||
<h1 style="color: #065387">{{ .Title }}</h1>
|
||||
<h2 style="color: dimgrey">{{ .Description }}</h2>
|
||||
</div>
|
||||
<div class="content">
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
.header {
|
||||
font-family: "Raleway", Helvetica, Arial, sans-serif
|
||||
font-family: "Raleway", Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
|
Loading…
Reference in New Issue
Block a user