aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/partials/_header.scss
blob: e3c6c020c2cf0287383608818844d9ef3b12d924 (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, a:hover {
      color: $title_color;
      text-decoration: none;
    }
  }
  h2 {
    margin: .2em 0 0;
    @extend .sans;
    font-size: 1em;
    color: $subtitle-color;
    font-weight: normal;
  }
}