aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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