notice: fix contrast issues #19

This commit is contained in:
Sören Weber 2021-07-16 20:40:30 +02:00
parent 7564c6a5d6
commit 90c4fffe02
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -477,6 +477,7 @@ blockquote cite {
div.notices { div.notices {
border-top-width: 2rem; border-top-width: 2rem;
border-top-style: solid; border-top-style: solid;
color: #505050;
margin: 2rem 0; margin: 2rem 0;
padding-bottom: .1px; padding-bottom: .1px;
padding-left: 1rem; padding-left: 1rem;
@ -485,7 +486,6 @@ div.notices {
div.notices > * { div.notices > * {
margin-top: 1rem; margin-top: 1rem;
margin-bottom: 1rem; margin-bottom: 1rem;
color: #666;
} }
div.notices > div.label { div.notices > div.label {
color: #fff; color: #fff;
@ -500,14 +500,14 @@ div.notices > div.label:first-child:before {
} }
div.notices.info { div.notices.info {
border-color: #6AB0DE; border-color: #6AB0DE;
background-color: #E7F2FA; background-color: #E9F5FD;
} }
div.notices.info > div.label:first-child:before { div.notices.info > div.label:first-child:before {
content: "\f05a"; content: "\f05a";
} }
div.notices.warning { div.notices.warning {
border-color: rgba(217, 83, 79, 0.8); border-color: rgba(217, 83, 79, 0.8);
background-color: #FAE2E2; background-color: #FFEBEB;
} }
div.notices.warning > div.label:first-child:before { div.notices.warning > div.label:first-child:before {
content: "\f071"; content: "\f071";