summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-11-24 04:46:48 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-11-24 04:46:48 -0500
commit1d994a5bb9b08a988bd5fd834a72dfc01e659875 (patch)
tree15e1b01c5c45a639998187d80ae97be2cdca34f6
parent9dcae8a4e9bb5ef992ea71a43f7a45be007c6fe1 (diff)
underline links on hover
-rw-r--r--public/assets/style.css3
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 {