diff --git a/marko/page/story-content/components/chapter/index.marko b/marko/page/story-content/components/chapter/index.marko index 4f4b138..de71d06 100644 --- a/marko/page/story-content/components/chapter/index.marko +++ b/marko/page/story-content/components/chapter/index.marko @@ -1,5 +1,6 @@
+

${input.chapter.title}

- diff --git a/marko/page/story-content/components/chapter/style.less b/marko/page/story-content/components/chapter/style.less index a9dda1c..6cd01a3 100644 --- a/marko/page/story-content/components/chapter/style.less +++ b/marko/page/story-content/components/chapter/style.less @@ -1,5 +1,12 @@ .story-chapter { - padding-bottom: 1em; + padding-bottom: 2em; + + h1.title { + border-bottom: 1px solid rgba(34, 187, 255, 0.25); + font-size: 1.75em; + margin: 0; + padding-bottom: 0.125em; + } .metadata { padding: 0;