From 36802ed3aaa3b94e75148b9ac17d1b3d1a9ff8bd Mon Sep 17 00:00:00 2001 From: FrankerZ Date: Mon, 9 Jun 2014 12:38:54 -0400 Subject: [PATCH] changes color --- public/stylesheets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index cf05740..d854bc8 100755 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -50,7 +50,7 @@ header { color: #fff; font-size: 50px; text-align: center; - background-color: #e67e22; + background-color: #2980b9; border-bottom: 1px solid #b37300; text-shadow: 0px -1px 0px #b37300; }