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 bcdacc88d3
commit 545a03618b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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