refactor(ui): make alerts look nicer

Signed-off-by: SphericalKat <amolele@gmail.com>
This commit is contained in:
Amogh Lele 2021-08-15 04:12:26 +05:30
parent a195688bdc
commit 58498d47d4
No known key found for this signature in database
GPG Key ID: ED5C54FBBB920E51

View File

@ -31,3 +31,18 @@ code {
font-size: 14px;
font-weight: bold;
}
.alert {
width: 100%;
text-align: center;
}
.alert-info {
background-color: #1ed98e;
color: black;
}
.alert-danger {
background-color: #ff9800;
color: black;
}