css style alert message

This commit is contained in:
Lukas Schönsgibl
2020-10-12 20:52:59 +02:00
parent 71a3fc0f81
commit bfdbb8393e

View File

@@ -839,3 +839,7 @@ h3.panel-title{
.profile-container:hover h3{
padding-top: 12px;
}
.alert-success {
color: #353535;
background-color: #3582d71f;
}