Add hr below table of contents and theme it

This commit is contained in:
BBaoVanC 2021-10-03 18:48:11 -05:00
parent 2a7a427992
commit 165e6a580e
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 6 additions and 1 deletions

View File

@ -74,10 +74,14 @@ a:hover {
}
blockquote {
border-left: 5px solid #222;
border-left: 5px solid #333;
padding-left: 10px;
}
hr {
color: #444;
}
/* Breadcrumb Navigation */
ul.breadcrumb {
padding 10px 16px;

View File

@ -27,6 +27,7 @@
<h3>Table of Contents</h3>
{{ .TableOfContents }}
</div>
<hr>
{{ end }}
{{ .Content }}