Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYurizal Susanto <rizalsagi@gmail.com>2017-09-13 04:39:50 +0300
committerYurizal Susanto <rizalsagi@gmail.com>2017-09-13 04:39:50 +0300
commit8e0248e315421ff178a9bab90e5318dd16d7c7ff (patch)
tree1f4f3b7cd48fe65815e12d9a70d58908aefd29d4 /layouts
parent38109d62ee9e86af651f99fbe9dc7104cf82bdba (diff)
Change blockquote style
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/style.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/style.html b/layouts/partials/style.html
index b27819e..37755da 100644
--- a/layouts/partials/style.html
+++ b/layouts/partials/style.html
@@ -1,6 +1,8 @@
<style>
a { color: {{ .Site.Params.ColorTheme }}; }
- blockquote { border-left-color: {{ .Site.Params.ColorTheme }}; }
+ blockquote {
+ border-left-color: {{ .Site.Params.ColorTheme }};
+ border-right-color: {{ .Site.Params.ColorTheme }}; }
.bar a:hover {
color: {{ .Site.Params.ColorTheme }};
text-decoration: none; }