2011-06-07 20:12:46 +00:00
|
|
|
body > header {
|
2011-06-27 19:59:21 +00:00
|
|
|
background: $header-bg;
|
2011-06-07 20:12:46 +00:00
|
|
|
h1 {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
2011-07-17 03:41:15 +00:00
|
|
|
a, a:visited, a:hover {
|
2011-06-07 20:12:46 +00:00
|
|
|
color: $title_color;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
2011-06-08 22:58:00 +00:00
|
|
|
h2 {
|
|
|
|
margin: .2em 0 0;
|
|
|
|
@extend .sans;
|
|
|
|
font-size: 1em;
|
|
|
|
color: $subtitle-color;
|
2011-06-18 02:24:48 +00:00
|
|
|
font-weight: normal;
|
2011-06-08 22:58:00 +00:00
|
|
|
}
|
2011-06-07 20:12:46 +00:00
|
|
|
}
|