5 <title>Witch of Light</title>
7 html { font-size: 1.4em; line-height: 1.5; color: #444; }
8 body { padding: 1em; max-width: 700px; margin: 0 auto; }
9 body header { margin-bottom: 1em; }
10 body footer { margin-top: 1em; }
12 h1, h2, h3, h4, h5, h6 { margin-bottom: 0; }
13 .c-sun { color: #f78123; }
14 .dec-none { text-decoration: none; }
16 .flex-center { justify-content: center; }
17 .row { display: flex; flex-direction: row; }
18 .col { display: flex; flex-direction: column; }
19 .baseline { align-items: baseline; }
20 .spacer { flex-grow: 1; }
21 .ls-none { list-style: none; padding: 0; margin: 0; }
23 <link rel="stylesheet" type="text/css" href="/static/prism.css">
27 <div class="row baseline">
28 <h1><a class="c-sun dec-none" href="/">Witch of Light</a></h1>
29 <div class="spacer"></div>
30 <a class="c-sun" href="/archive">Archive</a>
32 <a class="c-sun" href="/feed.xml">RSS</a>
34 <i class="dim">A collection of Cassie's harebrained schemes.</i>
37 <div class="spacer"></div>
39 Copyright © 2019 Cassie Jones.
40 - <a href="https://twitter.com/porglezomp">@porglezomp</a>