diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-04 15:46:49 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-04 15:46:49 +0000 |
commit | aab91a2862e7f04d73496b1605a921bcc89d56c2 (patch) | |
tree | 166fe788ee7fa6671f5cb8058b93d24e0a15b1e9 /web | |
parent | 163ae27c3f6d191fe2c22798c7c6cef43f3be11a (diff) |
Fix white text in white bubbles.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet/_layout.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet/_layout.scss b/web/cobrands/fixmystreet/_layout.scss index 825686a75..80ac35edc 100644 --- a/web/cobrands/fixmystreet/_layout.scss +++ b/web/cobrands/fixmystreet/_layout.scss @@ -16,6 +16,11 @@ body { color: #fff; } +/* The OpenLayers popup sets a background image with a white background without setting the CSS colours correctly. */ +#popup { + color: #000; +} + h1 { margin-top: 0; } |