diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/hart/hart.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/cobrands/hart/hart.scss b/web/cobrands/hart/hart.scss index 9345a5141..0368ced64 100644 --- a/web/cobrands/hart/hart.scss +++ b/web/cobrands/hart/hart.scss @@ -442,3 +442,8 @@ body.mappage .hart-footer-wrapper { top: 12em; } +#hart_hants_note { + background-color: lighten($hart_primary, 30%); + padding: 0.5em; + font-size: 0.8em; +} |