From 9b7c8514b8d35b96023d6bfe4c887fc0ce002ac2 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 16 Oct 2014 12:30:58 -0400 Subject: [PATCH] update style of footer links --- style.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index d43114f..b8b828a 100644 --- a/style.css +++ b/style.css @@ -44,7 +44,7 @@ img { overflow: hidden; z-index: 2; background: url(assets/bg_content.png) no-repeat; - + } /* Header Area */ #bgTruck { @@ -69,7 +69,9 @@ img { #top a:hover {color: #d4cebe;} #top a:active {color: #d4cebe;} - +.pFooterText a { + color: #a41811 !important; +} /* Main Contant Area */ #main { max-width: 990px; -- 2.17.1