Add the Colours to the flash messages.
This commit is contained in:
parent
057a61b3ee
commit
91cdff2179
@ -45,12 +45,15 @@ main {
|
||||
padding: 0.5em;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 1em;
|
||||
color: #fff;
|
||||
}
|
||||
.error {
|
||||
}
|
||||
.flash .success {
|
||||
border: 1px solid #140505;
|
||||
}
|
||||
.flash .error {
|
||||
border: 1px solid #140505;
|
||||
border-radius: 5px;
|
||||
background-color: #C32727;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
footer {
|
||||
|
Loading…
Reference in New Issue
Block a user