From e13a24b61dd37764d9c418785e0d519fa2ca780c Mon Sep 17 00:00:00 2001 From: Alexlegarnd Date: Wed, 4 Jan 2017 19:26:35 +0100 Subject: [PATCH] Source --- src/ent.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ent.css b/src/ent.css index a2f8b1b..d0df5c3 100644 --- a/src/ent.css +++ b/src/ent.css @@ -4,11 +4,11 @@ color: white; margin: #2b2b2b !important; border: #2b2b2b !important; - text-shadow: 0 0 0 white !important; + text-shadow: none !important; } a { color: #f45f42 !important; - text-shadow: 0 0 0 white !important; + text-shadow: none !important; } body{ color: white !important; @@ -19,5 +19,5 @@ body{ } .breadcrumb { background: #2b2b2b !important; - text-shadow: 0px 0px white !important; + text-shadow: none !important; }