Add header link to site root

This commit is contained in:
Annika Backstrom 2019-12-17 13:55:31 -05:00
parent 38f832e8d8
commit 1f9a0ea586
2 changed files with 5 additions and 2 deletions

View File

@ -10,7 +10,10 @@ body {
h1 {
font-size: 2rem;
margin: 0.5em 0;
color: hsl(182.8, 70.2%, 42.2%)
}
h1 a, h1 a:active, h1 a:visited, h1 a:hover {
color: hsl(182.8, 70.2%, 42.2%);
text-decoration: none;
}
h2 {
margin-bottom: 0.5ex;

View File

@ -9,7 +9,7 @@
<body>
<div class=header>
<h1 class=page-title>jukebox.stop.wtf</h1>
<h1 class=page-title><a href="/">jukebox.stop.wtf</a></h1>
</div>
<div class="main-content">
{{{body}}}