From bea39f31ff13e0cd039d024e2708c1405429abf9 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Sun, 23 Aug 2020 12:30:59 +0200 Subject: Show errors on same page --- client/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/style.css') diff --git a/client/style.css b/client/style.css index 81513be..c4161a7 100644 --- a/client/style.css +++ b/client/style.css @@ -125,6 +125,11 @@ button, input { text-align: left; } +.error { + color: #d00; + font-weight: bold; +} + footer { font-size: 12px; margin: 60px auto 60px auto; -- cgit v1.2.3