stylesheets/partials/_header.sass
bdc66eab
 #header
e112b7e0
   background-color: $header_bg
   border-bottom: 1px solid #{$header_border}
42251ddd
   padding: 25px 0
   h1
bdc66eab
     display: inline-block
42251ddd
     margin: 0
     a.title
       font-weight: normal
e112b7e0
       color: #{$title_color}
42251ddd
       text-decoration: none