Index: applications/mobileblur/static/css/base.css ================================================================== --- applications/mobileblur/static/css/base.css +++ applications/mobileblur/static/css/base.css @@ -521,11 +521,11 @@ } header { background-color: #95392E; padding: 1%; - border-bottom: 1px solid #d91604; + border-bottom: 1px solid #95392E; color: white; } header > h1 > a { text-decoration: none; color: white; @@ -556,11 +556,11 @@ color: #C57E3C; } #story-list > .story, .feed { padding: .5%; - border-top: 1px solid #d91604; + border-top: 1px solid #95392E; margin-top: .33%; } span.ps, span.nt, span.ng { padding: .05em; @@ -577,13 +577,13 @@ } footer { background-color: #95392E; padding: 1%; - border-top: 1px solid #d91604; + border-top: 1px solid #95392E; color: white; } footer > a { text-decoration: none; color: white; font-weight: bold; }