From 46f28251e7a3bf0fd6f8b1e98ff9efb6c5fa6f41 Mon Sep 17 00:00:00 2001
From: Weilbyte <git@weilbyte.net>
Date: Wed, 23 Oct 2019 16:52:40 +0200
Subject: [PATCH] Changed text color

---
 serverside/style.css | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/serverside/style.css b/serverside/style.css
index 68c0842..7603bfa 100644
--- a/serverside/style.css
+++ b/serverside/style.css
@@ -16,10 +16,6 @@ font-family:helvetica, arial, verdana, sans-serif;
 background:#fff;
 }
 
-.x-form-display-field {
-        color: #707C80;
-    }
-
 .x-form-item-body.x-form-item-body-default.x-form-display-field-body.x-form-display-field-body-default {
         border-radius: 6px;
         padding: 2px;
@@ -492,7 +488,7 @@ color:#fff;
 }
 
 .x-form-display-field {
-color:#fff;
+color: #707C80;
 }
 
 .x-component {
-- 
GitLab