From 5f4c54c12f974d5825e5de9451c10322976dd0b3 Mon Sep 17 00:00:00 2001 From: JosephGoldbergStein Date: Sun, 11 Aug 2013 22:39:18 +0300 Subject: [PATCH] Jungle.css fix Fixes some readability issues. --- stylesheets/jungle.css | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/stylesheets/jungle.css b/stylesheets/jungle.css index 881eb88b..e690e79e 100644 --- a/stylesheets/jungle.css +++ b/stylesheets/jungle.css @@ -6,7 +6,7 @@ body { background-repeat: repeat-x, repeat; background-attachment: scroll, scroll; - color: #054500; + color: #242B23; font-family: serif; font-size: 16px; } @@ -16,11 +16,8 @@ div.title h1 { div.title p { font-size: 10px; } -a:link, a:visited, p.intro a.email span.name { - color: #00E; -} -a:link:hover { - color: #d00; +a:hover { + color: red !important; } a.post_no { color: #800000; @@ -105,10 +102,14 @@ hr { border-style: inset; } div.boardlist { - color: #B86; + color: #52794F; + font-size: 11pt; } div.boardlist a { - color: #800; + color: #195319; +} +.post-hover { + border: solid 1px #265026 !important; } unimportant, .unimportant * { font-size: 13px;