From 408bb402ad06c87134c3ff703f84e3d326328e66 Mon Sep 17 00:00:00 2001 From: Chad Date: Sun, 22 Feb 2026 18:54:24 -0600 Subject: [PATCH] Make story page header match other pages --- static/css/story.css | 9 +++++++++ static/css/style.css | 1 + themes/dontbechad/layouts/index.html | 8 ++++++-- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/static/css/story.css b/static/css/story.css index 200d8f6..a51a4ea 100644 --- a/static/css/story.css +++ b/static/css/story.css @@ -1,5 +1,13 @@ /* Story Page Styles with Visual Boxes */ +.story-page .header { + background: transparent; + position: absolute; + width: 100%; + left: 0; + top: 0; +} + .story-page { background: linear-gradient(135deg, #0f1419 0%, #1a1f2e 100%); min-height: 100vh; @@ -67,6 +75,7 @@ } .story-page .content li { + list-style: none; margin-bottom: 0.75rem; padding-left: 1.5rem; position: relative; diff --git a/static/css/style.css b/static/css/style.css index 2710569..5232ac9 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -583,6 +583,7 @@ main { /* Enhanced list styling */ .content ul li, .content ol li { + list-style: none; color: #CBD5E1; margin-bottom: 0.8rem; position: relative; diff --git a/themes/dontbechad/layouts/index.html b/themes/dontbechad/layouts/index.html index 2e3e316..c4f1ff0 100644 --- a/themes/dontbechad/layouts/index.html +++ b/themes/dontbechad/layouts/index.html @@ -3,8 +3,12 @@

{{ .Site.Title }}

{{ .Site.Params.tagline }}

-

{{ .Site.Params.description }}

-

Start your Bitcoin journey with real-world lessons from someone who's been there.

+

+ {{ .Site.Params.description }} +
+ Start your Bitcoin journey with real-world lessons from someone who's been there. +

+