mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-12-21 18:09:53 +00:00
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:
@@ -31,6 +31,11 @@ li img {
|
|||||||
display: inline ;
|
display: inline ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.banner a {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background: #151515 ;
|
background: #151515 ;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<div class="banner">
|
<div class="banner">
|
||||||
<h1>🍳 $TITLE 🍲</h1>
|
<h1><a href = "/">🍳 $TITLE 🍲</a></h1>
|
||||||
<hr/>
|
<hr/>
|
||||||
</div>
|
</div>
|
||||||
<p>Only Based cooking. No ads, no tracking, nothing but based cooking.</p>
|
<p>Only Based cooking. No ads, no tracking, nothing but based cooking.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user