aboutsummaryrefslogtreecommitdiff
path: root/themes/classic/sass/partials/_header.scss
blob: 8ae128b1c50275657b1d65e6938f5c384e4314fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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;
  }
}