diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-24 04:46:48 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-24 04:46:48 -0500 |
commit | 1d994a5bb9b08a988bd5fd834a72dfc01e659875 (patch) | |
tree | 15e1b01c5c45a639998187d80ae97be2cdca34f6 /public | |
parent | 9dcae8a4e9bb5ef992ea71a43f7a45be007c6fe1 (diff) |
underline links on hover
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
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 { |