diff --git a/site/assets/scss/_toc.scss b/site/assets/scss/_toc.scss index f942f6210e..d31437edb0 100644 --- a/site/assets/scss/_toc.scss +++ b/site/assets/scss/_toc.scss @@ -14,6 +14,10 @@ list-style-type: disc; } + a { + text-decoration: none; + } + a code { font: inherit; }