diff --git a/static/css/theme.css b/static/css/theme.css index 661bcb5055..77fbd96dc3 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -498,8 +498,8 @@ div.notices > div.label:first-child:before { margin-right: .35rem; } div.notices.info { - border-top: 30px solid #F0B37E; - background: #FFF2DB; + border-top: 30px solid #6AB0DE; + background: #E7F2FA; } div.notices.info > div.label:first-child:after { content: 'Info'; @@ -512,8 +512,8 @@ div.notices.warning > div.label:first-child:after { content: 'Warning'; } div.notices.note { - border-top: 30px solid #6AB0DE; - background: #E7F2FA; + border-top: 30px solid #F0B37E; + background: #FFF2DB; } div.notices.note > div.label:first-child:after { content: 'Note';