You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
303 B
19 lines
303 B
14 years ago
|
body > header {
|
||
14 years ago
|
background: $header-bg;
|
||
14 years ago
|
h1 {
|
||
|
display: inline-block;
|
||
|
margin: 0;
|
||
|
a, a:visited {
|
||
|
color: $title_color;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
}
|
||
14 years ago
|
h2 {
|
||
|
margin: .2em 0 0;
|
||
|
@extend .sans;
|
||
|
font-size: 1em;
|
||
|
color: $subtitle-color;
|
||
14 years ago
|
font-weight: normal;
|
||
14 years ago
|
}
|
||
14 years ago
|
}
|