From 6b00e57a8124de26eb1a30f56497f2ce27a1bdbf Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 15:50:13 +0100 Subject: [PATCH] Add Style for Error Page --- css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/style.css b/css/style.css index 3ede6b8..e2298ff 100644 --- a/css/style.css +++ b/css/style.css @@ -89,3 +89,11 @@ body { font-weight: bold; color: #ffffff; } + +.error { + margin-left: 0.5em; + margin-right: 0.5em; + font-size: 1em; + font-weight: bold; + color: #ffffff; +}