diff options
| author | Mark Otto <[email protected]> | 2020-03-17 12:19:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-03-17 12:26:35 -0700 |
| commit | 685da5c8020dc7547647b16418268367064a4d3d (patch) | |
| tree | 40c1808a8b8d5401b39a1d863b17e6d716164699 | |
| parent | a66e5e6643104607233b79efb2a27eeab10fc236 (diff) | |
| download | bootstrap-685da5c8020dc7547647b16418268367064a4d3d.tar.xz bootstrap-685da5c8020dc7547647b16418268367064a4d3d.zip | |
supress underline on toc
| -rw-r--r-- | site/assets/scss/_toc.scss | 4 |
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; } |
