summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/style.css5
-rw-r--r--templates/index_header.html2
2 files changed, 6 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index ca4e70b..067639f 100644
--- a/data/style.css
+++ b/data/style.css
@@ -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 ;
diff --git a/templates/index_header.html b/templates/index_header.html
index 9319a4c..b69528e 100644
--- a/templates/index_header.html
+++ b/templates/index_header.html
@@ -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>