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; }