www.moparisthebest.com/themes/classic/sass/default/partials/_header.scss
Brandon Mathis a20dc08e10 1. Added support for styled subtitle in header
2. Added javascript detection for placeholder
3. Added backup style for search field with no-placeholder support
2011-06-08 18:58:00 -04:00

18 lines
284 B
SCSS

body > header {
background-color: $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;
}
}