diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-08-13 22:44:52 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-08-13 22:44:52 +0000 |
| commit | a593b5a89b47c7e7f2782b92f356040ae37bf63d (patch) | |
| tree | d7e8529c615a0e8951e16b9d40e77c18064173fd /style.css | |
| parent | 4c910532c0e968775cde8a77044d2a8c33c00dab (diff) | |
A few minor changes to the styles.
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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; } |
