aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-03-17 12:19:39 -0700
committerMark Otto <[email protected]>2020-03-17 12:26:35 -0700
commit685da5c8020dc7547647b16418268367064a4d3d (patch)
tree40c1808a8b8d5401b39a1d863b17e6d716164699
parenta66e5e6643104607233b79efb2a27eeab10fc236 (diff)
downloadbootstrap-685da5c8020dc7547647b16418268367064a4d3d.tar.xz
bootstrap-685da5c8020dc7547647b16418268367064a4d3d.zip
supress underline on toc
-rw-r--r--site/assets/scss/_toc.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/site/assets/scss/_toc.scss b/site/assets/scss/_toc.scss
index f942f6210..d31437edb 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;
}