mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 11:10:57 +02:00
Add an underline when hovering/focusing on <a> tags (#193)
This commit is contained in:
parent
1ae69c16db
commit
1f64f30f0a
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
line-height: 140%;
|
||||
}
|
||||
|
||||
a:hover, a:focus {
|
||||
text-decoration: underline
|
||||
}
|
||||
|
||||
.whoAreYou {
|
||||
width: 50%;
|
||||
margin: 5em auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue