From f66e1bf57602d36864cc4225569a1b641fda373f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 16 Jul 2021 21:19:23 +0200 Subject: [PATCH] notice: increased contrast for box labels #19 --- static/css/theme.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index 58a61236ab..6b0d266e54 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -489,6 +489,7 @@ div.notices > * { } div.notices > div.label { color: #fff; + font-weight: bold; margin-bottom: 1rem; margin-top: -1.75rem; } @@ -499,28 +500,28 @@ div.notices > div.label:first-child:before { margin-right: .35rem; } div.notices.info { - border-color: #6AB0DE; + border-color: #4897CC; background-color: #E9F5FD; } div.notices.info > div.label:first-child:before { content: "\f05a"; } div.notices.warning { - border-color: rgba(217, 83, 79, 0.8); + border-color: #D96A68; background-color: #FFEBEB; } div.notices.warning > div.label:first-child:before { content: "\f071"; } div.notices.note { - border-color: #F0B37E; + border-color: #BF8B44; background-color: #FFF2DB; } div.notices.note > div.label:first-child:before { content: "\f06a"; } div.notices.tip { - border-color: rgba(92, 184, 92, 0.8); + border-color: #5AA55A; background-color: #E6F9E6; } div.notices.tip > div.label:first-child:before {