From 6b8ecfdbcf824b69aaa71ed341f0a6d003939069 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 19 Jul 2012 01:19:04 +0200 Subject: set color for a and a:hover --- static/css/main.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index dc33f60..4921ca5 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -39,10 +39,13 @@ footer{ color: #888; } +a, a:hover { + color: #900; +} + a { text-decoration: none; font-weight: bold; - color: #900; } .about { -- cgit v1.2.3-1-g7c22