Index: public/stylesheets/application.css =================================================================== --- public/stylesheets/application.css (revision 18427) +++ public/stylesheets/application.css (working copy) @@ -15,7 +15,7 @@ #wrapper {background: white;overflow: hidden;} #wrapper3 { display: flex; flex-direction: column; } -#top-menu {background: #3E5B76; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;} +#top-menu {background: #064884; color: #fff; height:1.8em; font-size: 0.8em; padding: 2px 2px 0px 6px;} #top-menu ul {margin: 0; padding: 0;} #top-menu li { float:left; @@ -29,7 +29,7 @@ #account {float:right;} -#header {min-height:5.3em;margin:0;background-color:#628DB6;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;} +#header {min-height:5.3em;margin:0;background-color:#4287C5;color:#f8f8f8; padding: 4px 8px 20px 6px; position:relative;} #header a {color:#f8f8f8;} #header h1 { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;} #header h1 .breadcrumbs { display:block; font-size: .5em; font-weight: normal; }