diff options
author | Dave Whiteland <dave@mysociety.org> | 2013-07-26 15:53:09 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-07-27 00:47:04 +0100 |
commit | 9e6da670d797f642b761bbb61c1c7318a634d2bb (patch) | |
tree | 62bb59761dadce83f7fdd0849bd8ba2c7e011939 | |
parent | 77775adf718b700131c85256023c2a4cd4289011 (diff) |
fix report-a-problem-btn colour fixmindelo
-rw-r--r-- | web/cobrands/fixmindelo/layout.scss | 4 |
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; } } + |