From 510cd0b99cb891cf7eec7170fdc881df019c26eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 16 Jul 2021 19:50:47 +0200 Subject: [PATCH] notice: align box colors to common standards #18 --- static/css/theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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';