supress underline on toc
This commit is contained in:
parent
a66e5e6643
commit
685da5c802
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@
|
||||||
list-style-type: disc;
|
list-style-type: disc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
a code {
|
a code {
|
||||||
font: inherit;
|
font: inherit;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue