Skip to content

Commit

Permalink
Aligning the header and footer CSS style rules with that of Orangelight
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Nov 27, 2018
1 parent 61a339c commit cba2094
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 15 deletions.
26 changes: 14 additions & 12 deletions app/assets/stylesheets/footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,21 @@

footer {
h2 {
font-size: 16px;
margin-bottom: 0.75em;
font-weight: bold;
color: $dark-gray;
font-family: $font-serif;
a {
color: $dark-gray;
}
font-size: 16px;
margin-bottom: 0.75em;
font-weight: bold;
color: $orange;
font-family: $font-serif;
a {
color: $orange;
}
}
}

footer a {
color: black;
a {
font-size: 1.1em;
color: $dark-gray;
font-family: $font-serif;
}
}

.l-region--footer .leaf a {
Expand All @@ -40,7 +42,7 @@ footer a {
.l-region--footer address,
.l-region--footer .footer--copyright,
.l-region--footer li a {
color: $dark-gray;
color: $brand-black;
font-size: 0.9em;
}

Expand Down
7 changes: 4 additions & 3 deletions app/assets/stylesheets/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}

.l-branding__pul {
background: $dark-gray;
background: $brand-black;
border-top: 3px solid $orange;
min-height: 40px;
position: relative;
Expand Down Expand Up @@ -112,7 +112,9 @@
>li>a,
.btn-account {
color: $gray;
font-size: 0.75em;
font-size: 0.90em;
font-family: $font-sans;
font-weight: 400;
background: none;
border: none;
padding: 0;
Expand All @@ -132,7 +134,6 @@
>li {
float: left;
padding: 0 1rem;
// border-right: 1px solid darken($gray, 40%);

@media (max-width: 645px) {
line-height: 1em;
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/variables/colors.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$white: #ffffff;
$black: #000000;
$brand-black: #040404;
$dark-gray: #494f57;
$blacklight-gray: #777;
$gray: #e8e6df;
Expand Down

0 comments on commit cba2094

Please sign in to comment.