make header a little fancier
This commit is contained in:
parent
e411ae3b7d
commit
d57858f3df
2 changed files with 6 additions and 3 deletions
|
@ -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…
Reference in a new issue