aboutsummaryrefslogtreecommitdiff
path: root/sass/themes/classic/partials/_header.scss
blob: ba7993a85664835b1835361ac6d4f4bc98e7391d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
body > header {
  background-color: $header_bg;
  border-bottom: 1px solid $header_border;
  h1 {
    display: inline-block;
    margin: 0;
    a, a:visited {
      font-weight: normal;
      color: $title_color;
      text-decoration: none;
    }
  }
}