From 7368363bb53e90c836b035f03bea1adf646a4318 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Sat, 4 Aug 2012 20:26:40 +0200 Subject: new link colors --- static/css/main.css | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'static') diff --git a/static/css/main.css b/static/css/main.css index 6e9493b..4ebcbf4 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -47,20 +47,27 @@ footer{ a { text-decoration: none; font-weight: bold; - color: #900; + color: #d00; } a:hover { color: #320000; + text-decoration: none; +} + + +nav a { + color: #000; +} + +nav a:hover { + color: #d00; } .about { text-align: right; } -#content, #services { - margin-top: 3em; -} #services .img { text-align: center; -- cgit v1.2.3-1-g7c22