From d9012e8b660d51e101e8b3da9bba9e65cb5ea837 Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Fri, 15 Aug 2014 13:43:20 -0300 Subject: [PATCH] Change block header color --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index d9090ab..4acf494 100644 --- a/style.css +++ b/style.css @@ -150,14 +150,14 @@ min-width: 20%; max-width:100%; width: auto; border-right: 0px; - background-color:#7293cf; + background-color: #257CAD; color: white; border-left: 3px solid #fff; } #content .link-list-block li a.link-this-page:hover, #content .link-list-block li a:hover { - background-color: #7293cf; + background-color: #257CAD; border-left: 3px solid #fff; border-right: 0px solid #fff; } @@ -172,7 +172,7 @@ min-width: 20%; text-align: left; border-bottom: 1px solid #AAA; padding: 0.5em; - background-color: #7293cf; + background-color: #257CAD; color: white; font-variant: inherit; } @@ -215,7 +215,7 @@ min-width: 20%; font-size: 12px; color: #000; text-decoration: none; - background-color: #7293cf; + background-color: #257CAD; color: white; padding: 6px 20px 6px 12px; border-radius: 12px; -- libgit2 0.21.2