Merge branch 'remnny-header-link'

This commit is contained in:
Luke Smith
2021-03-23 17:54:57 -04:00
2 changed files with 6 additions and 1 deletions

View File

@@ -47,6 +47,11 @@ img[alt="XMR Logo"] {
display: inline ;
}
.banner a {
color: inherit;
text-decoration: none;
}
@media (prefers-color-scheme: light) {
body {
background: white ;

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>