Add hr below table of contents and theme it

This commit is contained in:
2021-10-03 18:48:11 -05:00
parent 2a7a427992
commit 165e6a580e
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;