summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorguntasgrewal <guntasgrewal@gmail.com>2014-03-04 18:52:58 -0500
committerguntasgrewal <guntasgrewal@gmail.com>2014-03-04 18:52:58 -0500
commit66d5669dbcc042317ca5d10759276ea5813f7081 (patch)
tree0923a0afceff4f991919c1ba0a2c8eb8514fad46 /app/assets
parent0329e2cee29367c82ef1b4ea5e8ab700f5d82bea (diff)
minor color changes
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/scaffolds.css.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/scaffolds.css.scss b/app/assets/stylesheets/scaffolds.css.scss
index 2c8c009..e4b33b3 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: white;
+ color: #000;
}
&:hover {
- color: white;
+ color: green;
text-decoration: none;
}
}