From 1d994a5bb9b08a988bd5fd834a72dfc01e659875 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 24 Nov 2013 04:46:48 -0500 Subject: underline links on hover --- public/assets/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/assets/style.css b/public/assets/style.css index de00fbb..ff82ecd 100644 --- a/public/assets/style.css +++ b/public/assets/style.css @@ -55,6 +55,9 @@ h1 { a { text-decoration: none; } +a:hover, a:focus { + text-decoration: underline; +} @media screen and (min-width: 480px) { body { -- cgit v1.1-4-g5e80