Only show hyperlink underline when hovered
This commit is contained in:
@ -13,3 +13,10 @@ h1,h2,h3 {
|
||||
display:flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: inherit;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
Reference in New Issue
Block a user