refactor: make headings more consistent and universal. (#37)

Resolves #22 
Co-authored-by: afn <hey@afn.lol>
This commit is contained in:
mirgb
2022-11-27 14:02:13 -05:00
committed by GitHub
parent fc0ce3332a
commit edd57a00be
12 changed files with 134 additions and 134 deletions

View File

@@ -16,7 +16,14 @@
</svelte:head>
<div id="markup-content">
<h1 class="title">{data.title}</h1>
<h2 class="title">{data.title}</h2>
{@html data.content}
</div>
<style>
h2 {
color: var(--white);
line-height: 1.6;
}
</style>