color scheme refresh
Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/8a9f7a8a Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/8a9f7a8a Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/8a9f7a8a Branch: refs/heads/master Commit: 8a9f7a8a705a7b19fb7226a5aeb971f9ff931cce Parents: a096cd8 Author: randgalt <[email protected]> Authored: Thu Jul 20 19:55:17 2017 -0500 Committer: randgalt <[email protected]> Committed: Thu Jul 20 19:55:17 2017 -0500 ---------------------------------------------------------------------- src/site/resources/css/site.css | 43 +++++++++++++++++------------------- 1 file changed, 20 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/8a9f7a8a/src/site/resources/css/site.css ---------------------------------------------------------------------- diff --git a/src/site/resources/css/site.css b/src/site/resources/css/site.css index 5f9beb9..84c4e5d 100644 --- a/src/site/resources/css/site.css +++ b/src/site/resources/css/site.css @@ -17,38 +17,35 @@ * under the License. */ -tt -{ - background-color: #eee; +tt { + background-color: #EEE; } -.well, .breadcrumb -{ - background-color: #f5f5ff; +.well, .breadcrumb { + background-color: #EDF1F6; } -a:link, a:visited, a:active -{ - color: #0035AC; +a:link, a:visited, a:active { + color: #316290; } -a:hover -{ - color: #001F67; +a:hover { + color: #001F67; } -.nav-list .active a:link, .nav-list .active a:visited, .nav-list .active a:active, .nav-list .active a:hover -{ - background-color: #0035AC; +.nav-list .active a:link, .nav-list .active a:visited, .nav-list .active a:active, .nav-list .active a:hover { + background-color: #316290; } -.nav-list li a:hover -{ - background-color: #DDDDDD; +.nav-list li a:hover { + background-color: #DDDDDD; } -.search-query -{ - margin-top: 15px; - width: 183px; -} \ No newline at end of file +.search-query { + margin-top: 15px; + width: 85%; +} + +#banner { + margin-bottom: 3px; +}
