diff options
author | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-04 17:44:40 -0500 |
---|---|---|
committer | guntasgrewal <guntasgrewal@gmail.com> | 2014-03-04 17:44:40 -0500 |
commit | 489a9f7291b6b7c1143bb482f637020d82f944d5 (patch) | |
tree | 7b9e7f1aba5e7d472f9ea270762246911bd3cff8 /app/assets/stylesheets/scaffolds.css.scss | |
parent | 4050ce81532a65883cbadbfc17c21d05d67061ba (diff) |
Buttons fixed
Diffstat (limited to 'app/assets/stylesheets/scaffolds.css.scss')
-rw-r--r-- | app/assets/stylesheets/scaffolds.css.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss index 39b6845..252cb2b 100644 --- a/app/assets/stylesheets/scaffolds.css.scss +++ b/app/assets/stylesheets/scaffolds.css.scss @@ -25,10 +25,10 @@ pre { a { color: #000; &:visited { - color: #666; + color: white; } &:hover { - color: #000; + color: white; text-decoration: none; } } |