Add the Colours to the flash messages.

This commit is contained in:
Dave Smith-Hayes 2024-12-31 01:02:14 +00:00
parent 057a61b3ee
commit 91cdff2179

View File

@ -45,12 +45,15 @@ main {
padding: 0.5em; padding: 0.5em;
box-sizing: border-box; box-sizing: border-box;
margin-bottom: 1em; margin-bottom: 1em;
color: #fff; }
} .flash .success {
.error { border: 1px solid #140505;
}
.flash .error {
border: 1px solid #140505; border: 1px solid #140505;
border-radius: 5px; border-radius: 5px;
background-color: #C32727; background-color: #C32727;
color: #ffffff;
} }
footer { footer {