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:
@@ -6,6 +6,10 @@
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
a:hover, a:focus {
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.whoAreYou {
|
||||
width: 50%;
|
||||
margin: 5em auto;
|
||||
|
||||
Reference in New Issue
Block a user