diff --git a/stylesheets/gurochan.css b/stylesheets/gurochan.css index 5626cad3..e9dad9ee 100644 --- a/stylesheets/gurochan.css +++ b/stylesheets/gurochan.css @@ -31,13 +31,16 @@ form table tr th { border: 1px solid #CA927B; padding: 2px 5px 2px 5px; } -div.banner { +div.banner{ background: #D9AF9E; border: 1px solid #CA927B; color: black; font-weight: bold; padding: 2px 5px 2px 5px; } +div.banner a{ + color: black; +} div.post.reply{ padding: 2px 5px 2px 5px; background:#D9AF9E;