1
0
mirror of https://github.com/google/nomulus synced 2026-01-05 04:56:03 +00:00

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

View File

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