From 9f73b9378ad623984a4a891f51901fb83fcb41c7 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 28 Aug 2007 23:00:54 +0000 Subject: [PATCH] Hover color for links within notes. --- static/css/note.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/note.css b/static/css/note.css index 40246f5..cd81997 100644 --- a/static/css/note.css +++ b/static/css/note.css @@ -4,6 +4,10 @@ body { line-height: 140%; } +a:hover { + color: #ff6600; +} + h3 { margin-bottom: 1em; }