diff --git a/app/assets/stylesheets/marketing.css.scss b/app/assets/stylesheets/marketing.css.scss index bb1c132..dc94d49 100644 --- a/app/assets/stylesheets/marketing.css.scss +++ b/app/assets/stylesheets/marketing.css.scss @@ -67,7 +67,8 @@ em.mk-point { font-style: normal; - @include text-shadow(0 0 6px rgba(143, 181, 200, 1),0 0 30px rgba(143, 181, 200, .7)); + color: darken(#6b35a6, 30); + //@include text-shadow(0 0 6px rgba(143, 181, 200, 1),0 0 30px rgba(143, 181, 200, .7)); } li { diff --git a/app/assets/stylesheets/ui/buttons.css.scss b/app/assets/stylesheets/ui/buttons.css.scss index af2001a..7b289d4 100644 --- a/app/assets/stylesheets/ui/buttons.css.scss +++ b/app/assets/stylesheets/ui/buttons.css.scss @@ -3,31 +3,6 @@ @import "compass/css3/box-shadow"; @import "compass/css3/text-shadow"; -@mixin cupid-green { - @include background(linear-gradient(top, #7fbf4d, #63a62f)); - border: 1px solid #63a62f; - border-bottom: 1px solid #5b992b; - @include border-radius(3px); - @include box-shadow(inset 0 1px 0 0 #96ca6d); - text-shadow: 0 -1px 0 #4c9021; - color: #fff; - line-height: 20px; - display: inline-block; - padding: 9px 15px 10px; - - &:hover { - @include background(linear-gradient(top, #76b347, #5e9e2e)); - @include box-shadow(inset 0 1px 0 0 #8dbf67); - cursor: pointer; - } - - &:active { - border: 1px solid #5b992b; - border-bottom: 1px solid #538c27; - @include box-shadow(inset 0 0 8px 4px #548c29, 0 1px 0 0 #eee); - } -} - @mixin button( $color: #f5f5f5, $textColor: #333, diff --git a/app/views/pages/home.html.erb b/app/views/pages/home.html.erb index ac08f37..dae5a15 100644 --- a/app/views/pages/home.html.erb +++ b/app/views/pages/home.html.erb @@ -1,6 +1,6 @@