From 0812e3359ea77473e3b50b21ed91af50573a5a07 Mon Sep 17 00:00:00 2001 From: pat-90 Date: Sat, 30 Sep 2017 04:24:26 +0930 Subject: [PATCH] div.banner a --- stylesheets/gurochan.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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;