Made color scheme more lime-y

This commit is contained in:
Michelle
2014-01-21 10:28:39 -05:00
parent f29f4a23c4
commit 4bbda0c6ca
+3 -3
View File
@@ -98,12 +98,12 @@ p {
} }
footer p { footer p {
color: #f2f2f2; color: #33cc00;
} }
a { a {
text-decoration: none; text-decoration: none;
color: #007edf; color: #33cc00;
text-shadow: none; text-shadow: none;
transition: color 0.5s ease; transition: color 0.5s ease;
@@ -121,7 +121,7 @@ a {
a:hover, a:focus {text-decoration: underline;} a:hover, a:focus {text-decoration: underline;}
footer a { footer a {
color: #F2F2F2; color: #33cc00;
text-decoration: underline; text-decoration: underline;
} }