diff options
-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; } } + |