aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-12-06 18:57:34 +0000
committerMatthew Somerville <matthew@mysociety.org>2012-12-07 12:17:39 +0000
commit2fa8f3e496c5477bb40f54ca1b86516bfa20ee59 (patch)
treed8997bbdde341da2066632840b434d3ee54ffb65
parent778c9cec3f4dbd619ead3f73e285e8c256aa29cf (diff)
Inherit same colour for front-main children, so don't need to be respecified if changed.
-rw-r--r--web/cobrands/fixmystreet/_layout.scss7
-rw-r--r--web/cobrands/stevenage/layout.scss9
2 files changed, 4 insertions, 12 deletions
diff --git a/web/cobrands/fixmystreet/_layout.scss b/web/cobrands/fixmystreet/_layout.scss
index 075605a1d..5999a78aa 100644
--- a/web/cobrands/fixmystreet/_layout.scss
+++ b/web/cobrands/fixmystreet/_layout.scss
@@ -858,9 +858,10 @@ body.frontpage {
h2 {
font-style:normal;
margin:0;
- color: $primary_text;
+ color: inherit;
}
#postcodeForm {
+ color: inherit;
background:none;
overflow:hidden;
padding-bottom: 0;
@@ -890,14 +891,14 @@ body.frontpage {
}
}
a {
- color: $primary_text;
+ color: inherit;
text-decoration: underline;
&:hover {
text-decoration: none;
}
}
a#geolocate_link {
- color: $primary_text;
+ color: inherit;
background:none;
text-decoration: none;
padding-bottom: 0;
diff --git a/web/cobrands/stevenage/layout.scss b/web/cobrands/stevenage/layout.scss
index d08b9781f..4765c9226 100644
--- a/web/cobrands/stevenage/layout.scss
+++ b/web/cobrands/stevenage/layout.scss
@@ -218,15 +218,6 @@ body.frontpage {
margin: 0 auto;
margin-top: 1.5em;
max-width: 60em;
- #postcodeForm {
- color: #222;
- }
- h2 {
- color: #222;
- }
- a#geolocate_link {
- color: #222;
- }
}
// d523b431