Skip to content

Commit

Permalink
[Marketing site] Use more contrasting colours in header
Browse files Browse the repository at this point in the history
Signed-off-by: Katie Moulang <[email protected]>
  • Loading branch information
textbook authored and Katie Moulang committed Jul 12, 2018
1 parent bb82231 commit 2e7a0a0
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions docs/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,16 @@ button {
font-family: 'Karla', sans-serif;
}

footer a, header a, header nav button {
footer a {
color: #ffffff;
font-weight: bold;
}

header a, header nav button {
color: #13377d;
font-weight: bold;
}

header a {
text-decoration: none;
}
Expand Down Expand Up @@ -129,8 +134,8 @@ button {
}

header {
background-color: #00ae9e;
color: #ffffff;
background-color: #ffffff;
color: #00ae9e;
}

footer {
Expand Down Expand Up @@ -179,10 +184,6 @@ input, .button {
display: none;
}

.mobile-nav {
border-top: 1px solid #d3d3d3
}

.section {
padding: 48px 0 56px 0;
width: 100%;
Expand All @@ -193,6 +194,7 @@ input, .button {
/* region Header */

header .section {
border-bottom: 1px solid #d3d3d3;
padding: 20px 0;
}

Expand All @@ -218,7 +220,7 @@ header .container {

.burger div {
transition-duration: 200ms;
background-color: #ffffff;
background-color: #13377d;
height: 3px;
width: 24px;
}
Expand Down

0 comments on commit 2e7a0a0

Please sign in to comment.