From 5400e13f516cf2aa71d4e58b5f2d10ae282aa0bb Mon Sep 17 00:00:00 2001 From: jiyinyiyong Date: Mon, 17 Mar 2014 22:55:40 +0800 Subject: [PATCH] use black font in topic list title --- public/stylesheets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 80effe5..fc2d905 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -439,6 +439,9 @@ a.topic_title { vertical-align: middle; font-size: 16px; } +#topic_list a.topic_title { + color: black; +} .star_name { }