From: Mark Otto Date: Tue, 17 Mar 2020 19:19:39 +0000 (-0700) Subject: supress underline on toc X-Git-Tag: v5.0.0-alpha1~334^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=685da5c8020dc7547647b16418268367064a4d3d;p=thirdparty%2Fbootstrap.git supress underline on toc --- 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; }