www.moparisthebest.com/themes/classic/sass/partials/_header.scss
Brandon Mathis 353ccfd4eb 1. Added Category support
2. Designed blog archives pages
3. Restructured Sass
4. Added Categories to rake post metadata
5. Some general style improvements
2011-06-27 15:59:21 -04:00

19 lines
303 B
SCSS

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;
}
}