From b3e15332e599e3732a0b87cdfa7abb205d53c572 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Sat, 18 Feb 2012 17:02:10 -0800 Subject: [PATCH] Update tag bg and title size --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 3441faa..639d784 100644 --- a/style.css +++ b/style.css @@ -66,7 +66,7 @@ ul.links li span.url a { display:inline-block; line-height:1.2em; font-weight:normal; - font-size:22px; + font-size:20px; text-decoration:none; } ul.links li span.url a { @@ -83,6 +83,7 @@ ul.links li .expand { } ul.links li .desc { display:inline-block; + margin:5px 0; } ul.links li .tags { } @@ -90,8 +91,7 @@ ul.links li .tags:hover, ul.links li .tags:hover a { } ul.links li .tags:hover a:hover { - color:#00e !important; - text-decoration:underline; + color:#fff !important; } .private a { background:#eee !important; @@ -149,7 +149,7 @@ ul.tags li { } ul.tags li a { color:#fff; - background:#777; + background:#999; border-radius:3px; padding:0.2em 0.3em; text-decoration:none; -- 2.34.1