From 76d75b260fbdcc300361266f95c4f00cae660160 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 11 Jul 2016 14:48:33 -0400 Subject: [PATCH] update css for livechan --- contrib/static/livechan.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/static/livechan.css b/contrib/static/livechan.css index 2fa91b0..f6924ba 100644 --- a/contrib/static/livechan.css +++ b/contrib/static/livechan.css @@ -228,11 +228,11 @@ textarea, select { font-weight: bold; } -.livechan_internallink { +.livechan_internallink , a { color: cyan; } -.livechan_internallink:hover { +.livechan_internallink:hover , a { color: red; cursor: pointer; }