make header a little fancier

main
anna 3 years ago
parent e411ae3b7d
commit d57858f3df
Signed by: fef
GPG Key ID: EC22E476DC2D3D84

@ -4,6 +4,7 @@
<meta charset="utf-8">
<title>{{ site.title }}</title>
<link rel="stylesheet" href="{{ 'assets/css/main.css' | relative_url }}">
<link rel="stylesheet" href="{{ 'assets/fonts/oleoscript.css' | relative_url }}">
<link rel="alternate" type="application/atom+xml" title="Atom feed" href="{{ '/feed.xml' | relative_url }}">
{% seo %}

@ -27,10 +27,11 @@ h1, h2, h3, h4, h5, h6 {
color: $color-primary;
}
h1 {
header h1 {
text-align: center;
margin: 20px 0;
margin: 20px 0 0;
font-weight: 400;
font-family: "OleoScript", sans-serif;
}
a {
@ -38,7 +39,6 @@ a {
}
nav {
border-top: thin solid $color-primary;
border-bottom: thin solid $color-primary;
ul {
@ -53,6 +53,8 @@ nav {
a {
padding: 20px;
display: inline-block;
font-weight: 700;
text-decoration: none;
}
}
}

Loading…
Cancel
Save