1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body > header {
background: $header-bg;
h1 {
display: inline-block;
margin: 0;
a, a:visited {
color: $title_color;
text-decoration: none;
}
h2 {
margin: .2em 0 0;
@extend .sans;
font-size: 1em;
color: $subtitle-color;
font-weight: normal;