make the title a link to home

This commit is contained in:
b1ek 2024-01-08 18:03:23 +10:00
parent 88bed3d4ba
commit 5b15860874
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 12 additions and 1 deletions

View File

@ -34,3 +34,12 @@ hr {
a, a:visited { a, a:visited {
color: #00a8a8; color: #00a8a8;
} }
.title-a {
color: #c1c4c1 !important;
text-decoration: none !important;
&:hover {
text-decoration: underline !important;
}
}

View File

@ -12,7 +12,9 @@
<body> <body>
<div class='screen bg'></div> <div class='screen bg'></div>
<div class='screen content'> <div class='screen content'>
<h1 style='margin-bottom:0.25em'>blek! World</h1> <h1 style='margin-bottom:0.25em'>
<a href='/' class="title-a">blek! World</a>
</h1>
{% block content %} {% endblock %} {% block content %} {% endblock %}