From a9b0412982880add4ef46ce580c4d5cef28bab3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C5=82a=C5=BCej=20Pankowiak?= Date: Sun, 6 Jul 2014 13:03:26 +0200 Subject: [PATCH] Remove text shadow from the button --- app/assets/stylesheets/getting-started.css.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/getting-started.css.scss b/app/assets/stylesheets/getting-started.css.scss index a12820484..6c6870c07 100644 --- a/app/assets/stylesheets/getting-started.css.scss +++ b/app/assets/stylesheets/getting-started.css.scss @@ -6,6 +6,10 @@ .awesome { text-align: center; + + .btn.creation { + text-shadow: none; + } } .hero-unit {