aboutsummaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorMartin Wright <martin@mynameismartin.com>2015-08-18 09:06:19 +0100
committerMartin Wright <martin@mynameismartin.com>2015-08-18 15:56:31 +0100
commite363c5f77df82f4dff8aa84b2a24ed7e27b0de36 (patch)
tree5d4bfb15dd79dd9e6d8b0a33326827f0bc3e1dff /assets
parent5db740a9d3e27ef09e80705fcf8b5ae2d4d10edd (diff)
change colours of footer
Diffstat (limited to 'assets')
-rw-r--r--assets/stylesheets/responsive/custom.scss12
1 files changed, 4 insertions, 8 deletions
diff --git a/assets/stylesheets/responsive/custom.scss b/assets/stylesheets/responsive/custom.scss
index fccc2ff..03a1f97 100644
--- a/assets/stylesheets/responsive/custom.scss
+++ b/assets/stylesheets/responsive/custom.scss
@@ -42,10 +42,6 @@ $form_input-bg: $color_white;
$button-bg: $color_green;
$button-color: $color_white;
-$footer-bg: $color_black;
-$footer-color: $color_light_grey;
-$footer-link-color: $color_white;
-
$status-success: $color_light_green;
$status-failure: $color_bright_orange;
$status-pending: $color_yellow;
@@ -537,15 +533,15 @@ a.link_button_green_large {
/* Footer */
#footer {
- background-color: $color_black;
- color: $color_mid_grey;
+ background-color: $color_neutral_dark;
+ color: darken($color_neutral_light, 10%);
a {
text-decoration: none;
color: $color_white;
&:hover,
&:active,
&:focus {
- color: $color_bright_green;
+ color: lighten($color_primary, 10%);
text-decoration: underline;
}
}
@@ -559,7 +555,7 @@ a.link_button_green_large {
.footer__final {
.row {
- border-top: 1px solid lighten($color_black, 6%);
+ border-top: 1px solid lighten($color_neutral_dark, 6%);
}
}