From e4d3c0d9f0a5742ac3520dad775caaa85c89d38d Mon Sep 17 00:00:00 2001 From: Kevin Date: Sun, 14 Apr 2013 19:42:05 -0700 Subject: [PATCH] Change cursor to pointer on any nickname class element --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index c208f48e..96247477 100644 --- a/style.css +++ b/style.css @@ -68,6 +68,10 @@ body { color: #fff; } +.nickname { + cursor: pointer !important; +} + a { color: #ffce00; cursor: pointer;