From eaef6bdf047c02478d3867da9ccffaeabad6618b Mon Sep 17 00:00:00 2001 From: Shawn McGuire Date: Wed, 13 Oct 2010 11:12:27 -0500 Subject: [PATCH] Issue #272 Fixed color contrast --- public/stylesheets/sass/application.sass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/sass/application.sass b/public/stylesheets/sass/application.sass index c70992407..d809011a0 100644 --- a/public/stylesheets/sass/application.sass +++ b/public/stylesheets/sass/application.sass @@ -114,7 +114,7 @@ header :bottom 1px solid #ccc a - :color #999 + :color #CCC &:hover :background none @@ -768,12 +768,12 @@ h1.big_text :padding 3px 8px :bottom 3px - :color #999 + :color #CCC &:hover :background :color #4e4e4e - :color #ccc + :color #eee &.selected a :-webkit-border-radius 5px 5px 0 0