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