aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/partials/open_section.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/open_section.html')
-rw-r--r--layouts/partials/open_section.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/layouts/partials/open_section.html b/layouts/partials/open_section.html
index f58cdf9..805d802 100644
--- a/layouts/partials/open_section.html
+++ b/layouts/partials/open_section.html
@@ -1,9 +1,7 @@
-<div class="stripe-dark">
- <div class="mw7 center pa2">
- <h2 class="baskerville f2 lh-title">{{ .Title }}</h2>
+<div class="mw7 center pa2">
+ <h2 class="baskerville f2 lh-title">{{ .Title }}</h2>
- <div class="main-content lh-copy">
- {{ .Content }}
- </div>
+ <div class="main-content lh-copy">
+ {{ .Content }}
</div>
</div>