make message

This commit is contained in:
haitem
2020-10-31 15:10:05 +01:00
parent 1e9395f9e7
commit fef8cb2ed9
3 changed files with 16 additions and 2 deletions

View File

@@ -475,6 +475,15 @@ html {
color: #a32929;
}
.message {
border: 2px solid #a32929;
background-color: #f6cbcb;
color: #a32929;
padding: .75rem 1rem;
margin-bottom: .8em;
width: 100%;
}
.content {
width: fit-content;
margin: 5px;