diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2016-12-16 15:01:52 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-01-12 15:17:32 +0000 |
commit | 10f47d91cc37f05f738e3734f8e89b85bcd4fef9 (patch) | |
tree | 70ef8f35df10c855b46711cfc6d95d25d0c05b43 /web/cobrands | |
parent | dbed1557237be7a6a6ac31566b06b8ad24e2282c (diff) |
Avoid coloured report backgrounds on homepage
Diffstat (limited to 'web/cobrands')
-rw-r--r-- | web/cobrands/sass/_base.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 93e3cf201..a90eb8005 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1039,6 +1039,10 @@ input.final-submit { .item-list--front-page { border-bottom: none; + + .item-list__item { + background-color: transparent; + } } .problem-header .update-img, |