aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/assets/scss/_toc.scss5
-rw-r--r--site/layouts/_default/docs.html2
2 files changed, 1 insertions, 6 deletions
diff --git a/site/assets/scss/_toc.scss b/site/assets/scss/_toc.scss
index 2ad4f8338..f942f6210 100644
--- a/site/assets/scss/_toc.scss
+++ b/site/assets/scss/_toc.scss
@@ -6,14 +6,9 @@
border-left: .25em solid $gray-200;
> ul {
- padding-left: .5rem;
margin-bottom: 0;
}
- > ul > li {
- display: block;
- }
-
li ul li {
margin-bottom: .25rem;
list-style-type: disc;
diff --git a/site/layouts/_default/docs.html b/site/layouts/_default/docs.html
index fff946d10..c47c0af7f 100644
--- a/site/layouts/_default/docs.html
+++ b/site/layouts/_default/docs.html
@@ -35,7 +35,7 @@
{{ if (eq .Page.Params.toc true) }}
<strong class="d-block h3 mt-5 mb-3">On this page</strong>
- <nav class="bd-toc mb-5" aria-label="Secondary navigation">
+ <nav class="bd-toc mb-5 text-muted" aria-label="Secondary navigation">
{{ .TableOfContents }}
</nav>
{{ end }}