From 78831a1bec6a419d2e0dc30bb10c8e339a3a176f Mon Sep 17 00:00:00 2001 From: Arnaud Fornerot Date: Wed, 15 Jan 2020 15:45:58 +0100 Subject: [PATCH] style sur alert --- src/transnum/static/styles.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/transnum/static/styles.css b/src/transnum/static/styles.css index 4cf7189..c940e0f 100644 --- a/src/transnum/static/styles.css +++ b/src/transnum/static/styles.css @@ -30,7 +30,9 @@ body{ } .alert { - color:#ffffff; + background-color: #96281b; + border-color: #96281b; + color:#fff; text-align: center; }