From 5d66e6ddccfdd6961a896d1c26eaa680f72c5281 Mon Sep 17 00:00:00 2001 From: Michelle Bergeron Date: Tue, 21 Jan 2014 10:53:16 -0500 Subject: [PATCH] Color scheme --- stylesheets/stylesheet.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stylesheets/stylesheet.css b/stylesheets/stylesheet.css index 806c7a2..38fc46a 100644 --- a/stylesheets/stylesheet.css +++ b/stylesheets/stylesheet.css @@ -103,7 +103,7 @@ footer p { a { text-decoration: none; - color: #208000; + color: #269a00; text-shadow: none; transition: color 0.5s ease; @@ -121,7 +121,7 @@ a { a:hover, a:focus {text-decoration: underline;} footer a { - color: #208000; + color: #269a00; text-decoration: underline; } @@ -277,7 +277,7 @@ Full-Width Styles z-index: 10; padding: 10px 50px 10px 10px; color: #fff; - background: url('../images/blacktocat.png') #208000 no-repeat 95% 50%; + background: url('../images/blacktocat.png') #269a00 no-repeat 95% 50%; font-weight: 700; box-shadow: 0 0 10px rgba(0,0,0,.5); border-bottom-left-radius: 2px;