~bacardi55/MinIndie

450023a93a83302a9d0cf9a70e5d071f80b8a295 — bacardi55 6 months ago 201fe1e
improve TOC display
2 files changed, 1 insertions(+), 1 deletions(-)

M layouts/_default/single.html
M static/css/style.css
M layouts/_default/single.html => layouts/_default/single.html +0 -1
@@ 51,7 51,6 @@
                    <aside>
                        {{ .TableOfContents }}
                    </aside>
                    <hr />
                </div>
            {{- end -}}


M static/css/style.css => static/css/style.css +1 -0
@@ 19,3 19,4 @@ img {display: block; max-width: 100%; height: auto; margin: auto}
hr{margin:15px 33% 15px; border-color: var(--hrcolor); border-width:3px;}
blockquote{background: var(--blockquotecolor); margin: auto; padding: 5px 25px;}
ul{padding-left: 1rem;}li{list-style-type: disclosure-closed;}
.toc{border: 1px solid var(--hrcolor); margin:0.5rem; padding:0rem 2rem;}