From e499939c6c0503d6014d56f2117257752c04842e Mon Sep 17 00:00:00 2001 From: Samantha Doherty Date: Mon, 6 Jun 2011 17:08:05 -0400 Subject: [PATCH] Bit of style cleanup for design settings fixes. --- theme/neo/css/display.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/theme/neo/css/display.css b/theme/neo/css/display.css index a0df1e9cb4..7970155278 100644 --- a/theme/neo/css/display.css +++ b/theme/neo/css/display.css @@ -280,6 +280,7 @@ address { border: 1px solid #ECECF2; font-weight: bold; line-height: 1.4em; + color: #3e3e8c; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9); background: #ececf2; background: -moz-linear-gradient(top, #ffffff , #ececf2); @@ -784,6 +785,7 @@ div.entry-content a.response:after { padding-right: 2px; border-left: 3px solid #ECECF2; background: #fafafa; + color: #222; font-size: 1em; } @@ -795,6 +797,10 @@ div.entry-content a.response:after { margin-top: 0px; } +.threaded-replies a { + color: #3e3e8c; +} + #content .notice .threaded-replies .notice, #content .notice .threaded-replies .notice-data { width: 440px; @@ -1029,6 +1035,10 @@ background-color:rgba(200, 200, 200, 0.300); border-radius: 6px; } +#pagination a { + color: #3e3e8c; +} + #footer { position: relative; top: -6px; -- 2.39.5