From d6507a5882a3a4dae12beed712a1770b076f31a5 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Fri, 8 Nov 2013 14:53:35 -0800 Subject: [PATCH] Remove text shadow --- app/assets/stylesheets/common.css.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index c8b9c8560..fd72d348e 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -755,11 +755,6 @@ nav.secondary { font-size: 16px; text-stroke: 2px #fff; background: rgba(255,255,255,.9); - text-shadow: - -2px -2px 1px #fff, - 2px -2px 1px #fff, - -2px 2px 1px #fff, - 2px 2px 1px #fff; input[type="radio"] { display: none; } -- 2.43.2