notice: align box colors to common standards #18

This commit is contained in:
Sören Weber 2021-07-16 19:50:47 +02:00
parent a0084ecf96
commit 510cd0b99c
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -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';