diff --git a/themes/starless/layouts/_default/baseof.html b/themes/starless/layouts/_default/baseof.html index 30e3786..16111f7 100644 --- a/themes/starless/layouts/_default/baseof.html +++ b/themes/starless/layouts/_default/baseof.html @@ -146,6 +146,14 @@ font-weight: 400; } + .prose h1, + .prose h2 { + text-decoration: underline; + text-decoration-color: rgba(234, 228, 226, 0.35); + text-decoration-thickness: 1px; + text-underline-offset: 0.18em; + } + .prose h2 { font-size: 1.5rem; line-height: 2rem; @@ -153,6 +161,18 @@ margin-bottom: 0.75rem; } + .prose h3 { + font-size: 1.40625rem; + line-height: 1.90625rem; + font-weight: 500; + } + + .prose h4 { + font-size: 1.1875rem; + line-height: 1.6875rem; + font-weight: 500; + } + .prose blockquote { border-left-width: 2px; padding-left: 1rem; diff --git a/themes/starless/layouts/partials/explorer-tree.html b/themes/starless/layouts/partials/explorer-tree.html index edccdf8..078bf12 100644 --- a/themes/starless/layouts/partials/explorer-tree.html +++ b/themes/starless/layouts/partials/explorer-tree.html @@ -7,7 +7,7 @@ {{- if .IsSection -}} {{- with .Pages.ByWeight -}} -