generated from Seekra/repository-template
Add text decoration underline when hover in navbar
This commit is contained in:
@@ -18,6 +18,10 @@
|
||||
color: black;
|
||||
}
|
||||
|
||||
.global-nav ul a:hover{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.global-nav ul {
|
||||
display: flex;
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user