aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Whiteland <dave@mysociety.org>2013-07-26 15:53:09 +0100
committerMatthew Somerville <matthew@mysociety.org>2013-07-27 00:47:04 +0100
commit9e6da670d797f642b761bbb61c1c7318a634d2bb (patch)
tree62bb59761dadce83f7fdd0849bd8ba2c7e011939
parent77775adf718b700131c85256023c2a4cd4289011 (diff)
fix report-a-problem-btn colour fixmindelo
-rw-r--r--web/cobrands/fixmindelo/layout.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixmindelo/layout.scss b/web/cobrands/fixmindelo/layout.scss
index eda31b2de..6a52b3b1e 100644
--- a/web/cobrands/fixmindelo/layout.scss
+++ b/web/cobrands/fixmindelo/layout.scss
@@ -37,6 +37,9 @@ body.mappage {
}
&#main-menu {
li {
+ a.report-a-problem-btn {
+ color: #fff;
+ }
a:hover {
background: $primary;
}
@@ -71,3 +74,4 @@ body.frontpage {
border-bottom: 3px solid $mindelo_green;
}
}
+