From ca51fa52017419962dce8a72c667ef66de4dd699 Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 22 Apr 2016 10:30:37 +0200 Subject: [PATCH] added underline on hover --- content/static/datenspuren/2016/style/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/static/datenspuren/2016/style/style.css b/content/static/datenspuren/2016/style/style.css index bd02d8e2b..eab3ccdea 100644 --- a/content/static/datenspuren/2016/style/style.css +++ b/content/static/datenspuren/2016/style/style.css @@ -57,9 +57,14 @@ nav li a:hover { } a { - color: red; - text-decoration: none; + color: red; + text-decoration: none; } + +a:hover { + text-decoration: underline; +} + h3 { font-size: 120%; margin: 1em 0;