unstyle all link in nav menu, instead of only just the ones in list items
This commit is contained in:
parent
9f8d0618b7
commit
2fd16d24f0
1 changed files with 6 additions and 5 deletions
|
|
@ -137,6 +137,12 @@
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
/* Unstyle link */
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: inherit;
|
||||||
|
/* cursor: inherit; // we want to keep the clickable cursor */
|
||||||
|
}
|
||||||
li {
|
li {
|
||||||
padding-top: 0.5rem;
|
padding-top: 0.5rem;
|
||||||
padding-bottom: 0.5rem;
|
padding-bottom: 0.5rem;
|
||||||
|
|
@ -147,11 +153,6 @@
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
/* Unstyle link */
|
|
||||||
color: inherit;
|
|
||||||
text-decoration: inherit;
|
|
||||||
/* cursor: inherit; // we want to keep the clickable cursor */
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
li:hover {
|
li:hover {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue