prettify alert-info

This commit is contained in:
Son NK 2021-02-15 20:21:34 +01:00
parent 7efce95145
commit cb58adc44b
1 changed files with 4 additions and 0 deletions

4
static/style.css vendored
View File

@ -76,6 +76,10 @@ em {
border-left: 5px #467fcf solid;
}
.alert-info {
border-left: 5px cadetblue solid;
}
.alert-danger {
border-left: 5px #6b1110 solid;
}