From 165e6a580ea7abcda3f2a38cf6c983c702128b71 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 3 Oct 2021 18:48:11 -0500 Subject: [PATCH] Add hr below table of contents and theme it --- assets/css/bobastyle.css | 6 +++++- layouts/_default/single.html | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 8133834..bbaa8c9 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -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; diff --git a/layouts/_default/single.html b/layouts/_default/single.html index e2e96f3..cc60c7a 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -27,6 +27,7 @@

Table of Contents

{{ .TableOfContents }} +
{{ end }} {{ .Content }}