Add header link to site root
This commit is contained in:
parent
38f832e8d8
commit
1f9a0ea586
@ -10,7 +10,10 @@ body {
|
|||||||
h1 {
|
h1 {
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
margin: 0.5em 0;
|
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 {
|
h2 {
|
||||||
margin-bottom: 0.5ex;
|
margin-bottom: 0.5ex;
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div class=header>
|
<div class=header>
|
||||||
<h1 class=page-title>jukebox.stop.wtf</h1>
|
<h1 class=page-title><a href="/">jukebox.stop.wtf</a></h1>
|
||||||
</div>
|
</div>
|
||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
{{{body}}}
|
{{{body}}}
|
||||||
|
Loading…
Reference in New Issue
Block a user