From: Gabriel Dunne Date: Wed, 21 Dec 2011 07:31:24 +0000 (-0800) Subject: a little darker icons X-Git-Tag: v0.1~13 X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=fd2059412578baa172e5e31ae9d94fe611876f4b;p=clmpr.git a little darker icons --- 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 { }