.themes/classic/sass/partials/_header.scss
aa230616
 body > header {
353ccfd4
   background: $header-bg;
aa230616
   h1 {
     display: inline-block;
     margin: 0;
     a, a:visited {
       color: $title_color;
       text-decoration: none;
     }
   }
a20dc08e
   h2 {
     margin: .2em 0 0;
     @extend .sans;
     font-size: 1em;
     color: $subtitle-color;
21813059
     font-weight: normal;
a20dc08e
   }
aa230616
 }