From 7e0aef45d2784bc00fc897d909baff022f0a6c3e Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Wed, 4 Jan 2012 18:13:43 -0800 Subject: [PATCH] changed tag color --- style.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index 312ea2f..ec1ef96 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,6 @@ body { color: #444444; - font-family: Georgia, sans-serif; - font-size: 14px; + font-family: sans-serif; line-height: 1.3em; } a { @@ -63,6 +62,7 @@ ul.links li { ul.links li span.url a { display:inline-block; margin-bottom:4px; + font-weight:bold; } ul.links li span.url a { color:#000; @@ -83,7 +83,6 @@ ul.links li .tags { } ul.links li .tags:hover, ul.links li .tags:hover a { - color:#777; } ul.links li .tags:hover a:hover { color:#00e !important; @@ -95,12 +94,12 @@ ul.links li .tags:hover a:hover { } .meta { - color:#bbb; + color:#666; font-style:italic; font-size:12px; } .meta a { - color:#999; + color:#666; } @@ -141,11 +140,11 @@ ul.tags, ul.tags li { font-size:12px; } ul.tags li { - margin:0 0.4em 0 0; + margin:0; letter-spacing:-.01em; } ul.tags li a { - color:#aaa; + color:#000; text-decoration:none; } ul.tags li a:hover { -- 2.34.1