Header now links to homepage

because i find myself clicking on it and being disappointed that it isn't a link.
This commit is contained in:
remnny 2021-03-15 10:01:12 -04:00
parent c3287d9a19
commit 016eaa602d
2 changed files with 6 additions and 1 deletions

View File

@ -31,6 +31,11 @@ li img {
display: inline ;
}
.banner a {
color: inherit;
text-decoration: none;
}
@media (prefers-color-scheme: dark) {
body {
background: #151515 ;

View File

@ -1,5 +1,5 @@
<div class="banner">
<h1>🍳 $TITLE 🍲</h1>
<h1><a href = "/">🍳 $TITLE 🍲</a></h1>
<hr/>
</div>
<p>Only Based cooking. No ads, no tracking, nothing but based cooking.</p>