diff options
-rw-r--r-- | themes/seven/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/seven/style.css b/themes/seven/style.css index 8202d7829..79b629ebb 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -17,6 +17,10 @@ a { text-decoration: none; } +a:hover { + text-decoration: underline; +} + div.box, p { margin: 0 0 20px; } |