From a593b5a89b47c7e7f2782b92f356040ae37bf63d Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Wed, 13 Aug 2014 22:44:52 +0000 Subject: A few minor changes to the styles. --- style.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/style.css b/style.css index 7bbe55b..798cf5b 100644 --- a/style.css +++ b/style.css @@ -826,7 +826,7 @@ img.wp-smiley, #header-logo { position: relative; - left: -125px; + left: -175px; margin: 0 auto; max-width: 980px; } @@ -989,7 +989,7 @@ ul.nav-menu .focus > ul, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a { - color: #bc360a; + color: #157EC6; font-style: italic; } @@ -1000,7 +1000,7 @@ ul.nav-menu .focus > ul, /* Navbar */ .navbar { /*background-color: #f7f5e7;*/ - background-color: #d0d9db; + background-color: #fff; margin: 0 auto; /*max-width: 1600px;*/ width: 100%; @@ -2764,9 +2764,9 @@ footer.entry-meta { .site-footer { /*background-color: #e8e5ce;*/ - background-color: #1A2123; + background-color: #d0d9db; /*color: #686758;*/ - color: #fff; + color: #1A2123; font-size: 14px; text-align: center; } @@ -2829,7 +2829,7 @@ footer.entry-meta { max-width: 1040px; padding: 30px 0; width: 100%; - color: #d0d9db; + color: #1A2123; } #wpstats { @@ -2859,7 +2859,7 @@ footer.entry-meta { } .site-footer .menu-main-container ul li a { - color: #38a3e7; + color: #157EC6; } .site-footer .menu-main-container ul li a:hover { @@ -2872,7 +2872,7 @@ footer.entry-meta { } .site-footer .menu-main-container ul.sub-menu li a { - color: #d0d9db; + color: #1A2123; } -- cgit v1.2.3