make the title a link to home
This commit is contained in:
parent
88bed3d4ba
commit
5b15860874
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
|
@ -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 %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue