Add an underline when hovering/focusing on <a> tags (#193)

This commit is contained in:
gbrodman 2019-07-31 17:36:53 -04:00 committed by GitHub
parent 1ae69c16db
commit 1f64f30f0a

View file

@ -6,6 +6,10 @@
line-height: 140%;
}
a:hover, a:focus {
text-decoration: underline
}
.whoAreYou {
width: 50%;
margin: 5em auto;