From 91cdff217967880109e231bdde4a6924b810ebfc Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Tue, 31 Dec 2024 01:02:14 +0000 Subject: [PATCH] Add the Colours to the flash messages. --- app/public/static/main.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/app/public/static/main.css b/app/public/static/main.css index 97335fb..40937fe 100644 --- a/app/public/static/main.css +++ b/app/public/static/main.css @@ -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 {