mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2025-02-17 09:45:16 +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:
parent
c3287d9a19
commit
016eaa602d
@ -31,6 +31,11 @@ li img {
|
||||
display: inline ;
|
||||
}
|
||||
|
||||
.banner a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
body {
|
||||
background: #151515 ;
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user