Remove underline that was messing with bottom edge of highlight
This commit is contained in:
parent
a01ff74fb0
commit
4b6f5e74bc
1 changed files with 4 additions and 0 deletions
|
@ -55,6 +55,10 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
a {
|
a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue