fix: background for .alert-message (#222)

This commit is contained in:
mochaaP 2021-07-04 14:07:43 +08:00 committed by sbwml
parent cd8f743261
commit 98e2ceb3b2

View File

@ -741,6 +741,9 @@ div[style="width:100%;height:300px;border:1px solid #000;background:#fff"] {
font-size: 110%; font-size: 110%;
font-weight: bold; font-weight: bold;
} }
.alert-message.error > h4 {
background-color: #ffd600;
}
.alert-message > * { .alert-message > * {
margin: 0.5rem 0; margin: 0.5rem 0;
} }