Skip to content

Commit 02bb2ae

Browse files
Adjust header logo and navbar colors
1 parent 8137ac5 commit 02bb2ae

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

styles/partials/_header.scss

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// scss-lint:disable IdSelector
22

33
#header {
4-
background: $astronaut-blue;
4+
background: $dark-blue;
55
box-shadow: 0 0 rem(15px) rgba(0, 0, 0, 0.12);
66
left: 0;
77
position: fixed;
@@ -144,10 +144,17 @@
144144
}
145145
}
146146

147+
.verge-logo {
148+
display: block;
149+
overflow: visible;
150+
width: rem(164px);
151+
}
152+
147153
.verge-logo svg,
148154
.verge-logo img {
149155
margin-left: -0.25rem;
150-
width: rem(168px);
156+
max-width: none;
157+
width: 100%;
151158
margin-top: -2.3rem;
152159
margin-bottom: -1.9rem;
153160
}
@@ -161,7 +168,7 @@
161168

162169
@at-root .scroll &,
163170
&.solid {
164-
background: $astronaut-blue;
171+
background: $dark-blue;
165172
box-shadow: 0 0 rem(15px) rgba(0, 0, 0, 0.12);
166173

167174
nav a {
@@ -179,7 +186,7 @@
179186
color: $white;
180187

181188
&__content {
182-
background: $astronaut-blue;
189+
background: $dark-blue;
183190
}
184191
}
185192
}

0 commit comments

Comments
 (0)