diff options
Diffstat (limited to 'stylesheets/partials/_header.sass')
-rw-r--r-- | stylesheets/partials/_header.sass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stylesheets/partials/_header.sass b/stylesheets/partials/_header.sass index 23e4b0b3..e912d551 100644 --- a/stylesheets/partials/_header.sass +++ b/stylesheets/partials/_header.sass @@ -1,11 +1,11 @@ #header background-color: $header_bg - border-bottom: 1px solid #{$header_border} + border-bottom: 1px solid $header_border padding: 25px 0 h1 display: inline-block margin: 0 a.title font-weight: normal - color: #{$title_color} + color: $title_color text-decoration: none
\ No newline at end of file |