Skip to content
Snippets Groups Projects
Commit 3b68bc70 authored by Timon Idema's avatar Timon Idema
Browse files

Added custom css rule to remove underline from eq. and footnote links.

parent 96623a93
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,8 @@ div.exercise p.admonition-title::before {
/*content: "\f303";*/
content: none;
}
/* Remove the underline from internal links. */
a.internal, a.footnote-reference {
text-decoration: none;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment