From 61a5b18fa3501f2f608acf10792955a8ce9cd5ee Mon Sep 17 00:00:00 2001 From: Heydon Pickering Date: Mon, 3 Jul 2017 12:18:41 +0100 Subject: [PATCH] black text for expands --- public/css/styles.css | 1 + themes/infusion/layouts/shortcodes/pattern.html | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/styles.css b/public/css/styles.css index 1a1ccd0..45982b9 100644 --- a/public/css/styles.css +++ b/public/css/styles.css @@ -550,6 +550,7 @@ pre[class*=language-] code * { [data-expands] { text-align: left; + color: #111; border: 0; background: none; width: 100%; diff --git a/themes/infusion/layouts/shortcodes/pattern.html b/themes/infusion/layouts/shortcodes/pattern.html index 205884a..fb7b5c0 100644 --- a/themes/infusion/layouts/shortcodes/pattern.html +++ b/themes/infusion/layouts/shortcodes/pattern.html @@ -2,8 +2,7 @@ {{ range .Site.Pages }} {{ if eq .Title $title }} - - {{- .Title -}} + {{- .Title -}} {{ end }} {{ end }}