From dc6cca7403cefd87e6619cc32bd2f7dbd2962f82 Mon Sep 17 00:00:00 2001 From: Fedor Indutny Date: Sat, 11 Dec 2010 16:26:56 +0600 Subject: [PATCH] black links --- _attachments/style/main.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_attachments/style/main.css b/_attachments/style/main.css index 41d6216..7829212 100644 --- a/_attachments/style/main.css +++ b/_attachments/style/main.css @@ -5,6 +5,10 @@ margin: 0; } +a { + color: #333; +} + html, body { height: 100%; }