@@ -514,15 +514,16 @@ p, h2, h3 { orphans: 3; widows: 3; } h2, h3{ page-break-after: avoid; } } body { - background-color: #f2c84b; +/* background-color: #f2c84b;*/ + color: #493F3E } header { - background-color: #f24405; + background-color: #95392E; padding: 1%; border-bottom: 1px solid #d91604; color: white; } header > h1 > a { @@ -534,11 +535,11 @@ header > h2 { /* border-top: 1px solid white;*/ } #story-list { - background-color: #f2c84b; +/* background-color: #f2c84b;*/ } #story-list > .story > a, .feed > a { text-decoration: none; font-weight: bold; @@ -547,14 +548,14 @@ #story-list > .story > p { font-size: .75em; } #story-list > .story > .read { - color: #023859; + color: #D99B48; } #story-list > .story > .unread, .feed > a { - color: #0396a6; + color: #C57E3C; } #story-list > .story, .feed { padding: .5%; border-top: 1px solid #d91604; @@ -564,25 +565,25 @@ span.ps, span.nt, span.ng { padding: .05em; border-radius: 5px; } span.ps { - background-color: #35C030; + background-color: #ABAA7A; } span.nt { - background-color: yellow; + background-color: #D99B48; } span.ng { background-color: red; } footer { - background-color: #f24405; + background-color: #95392E; padding: 1%; border-top: 1px solid #d91604; color: white; } footer > a { text-decoration: none; color: white; font-weight: bold; }