From 059ef34b29706eea6783d2ffc0a5d1afc751da18 Mon Sep 17 00:00:00 2001
From: Ratnadeep Rajendra Kharade <92khra1mst@hft-stuttgart.de>
Date: Sun, 25 Oct 2020 23:38:44 +0100
Subject: [PATCH] added error-message class styles

---
 public/style.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/public/style.css b/public/style.css
index 3bc6815..3067a00 100644
--- a/public/style.css
+++ b/public/style.css
@@ -127,3 +127,8 @@ button:hover {
   background-color: #fff;
 }
 
+.error-message {
+  color: red;
+  display: none;
+}
+
-- 
GitLab