|
2 | 2 | * Site header |
3 | 3 | */ |
4 | 4 | .site-header { |
5 | | - border-top: 5px solid $grey-color-dark; |
| 5 | + //border-top: 1px solid $grey-color-dark; |
6 | 6 | border-bottom: 2px solid $grey-color-light; |
7 | 7 | min-height: $spacing-unit * 1.865; |
| 8 | + |
| 9 | + box-shadow: 0px 1px 6px $grey-color-light; |
| 10 | + margin-bottom: 5px; |
8 | 11 |
|
9 | 12 | // Positioning context for the mobile navigation icon |
10 | 13 | position: relative; |
11 | | - //background: #ff9933; //#f8f9f9; |
| 14 | + //background: black; //black;// #ff9933; //#f8f9f9; |
12 | 15 | } |
13 | 16 |
|
14 | 17 | .site-title { |
15 | 18 | @include relative-font-size(2); // Original = 1.625 |
16 | | - line-height: $base-line-height * $base-font-size * 2.25; |
17 | | - padding-left: 0px; |
| 19 | + line-height: $base-line-height * $base-font-size * 2.0; |
| 20 | + padding-left: 5px; |
| 21 | + padding-top: 6px; |
18 | 22 | float: left; |
19 | | - |
| 23 | + |
20 | 24 | &, |
21 | 25 | &:visited { |
22 | | - color: $grey-color-dark; |
| 26 | + color: gray;// $grey-color-dark; |
23 | 27 | } |
24 | 28 | } |
25 | 29 |
|
|
36 | 40 | } |
37 | 41 |
|
38 | 42 | .page-link { |
39 | | - color: $text-color; |
| 43 | + color: gray; //$text-color; |
40 | 44 | line-height: $base-line-height; |
41 | 45 |
|
42 | 46 | // Increase menu item size |
|
50 | 54 |
|
51 | 55 | @include media-query($on-palm) { |
52 | 56 | position: absolute; |
53 | | - top: 9px; |
| 57 | + top: 6px; |
54 | 58 | right: $spacing-unit * 0.5; |
55 | 59 | background-color: $background-color; |
56 | 60 | border: 1px solid $grey-color-light; |
|
77 | 81 | text-align: center; |
78 | 82 |
|
79 | 83 | > svg { |
80 | | - fill: $grey-color-dark; |
| 84 | + fill: gray; |
81 | 85 | } |
82 | 86 | } |
83 | 87 |
|
|
109 | 113 | * Site footer |
110 | 114 | */ |
111 | 115 | .site-footer { |
112 | | - border-top: 2px solid $grey-color-light; |
113 | | - border-bottom: 5px solid $grey-color-dark; |
| 116 | + border-top: 1px solid $grey-color-light; |
| 117 | + border-bottom: none;//5px solid $grey-color-dark; |
114 | 118 | padding: $spacing-unit 0; |
115 | | - //background: #ff9933; //#ffffcc; //#f8f9f9; |
| 119 | + |
| 120 | + background: #f8f9f9; //#ff9933; // |
116 | 121 | } |
117 | 122 |
|
118 | 123 | .footer-heading { |
|
0 commit comments