From fd2059412578baa172e5e31ae9d94fe611876f4b Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Tue, 20 Dec 2011 23:31:24 -0800 Subject: [PATCH] a little darker icons --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index ed745b3..10f26c8 100644 --- a/style.css +++ b/style.css @@ -81,7 +81,7 @@ ul.links li .tags { .ui { - color:#444 !important; + color:#555 !important; background:#e4e4e4; display:inline-block; font-style:normal; @@ -91,7 +91,7 @@ ul.links li .tags { } .ui:hover { color:#333; - background:#eee; + background:#f4f4f4; } .ui.delete { } -- 2.34.1