Add link to the index page on download page

This commit is contained in:
Mylloon 2022-10-28 19:57:15 +02:00
parent 1b72004d7f
commit 3c6cea7993
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 5 additions and 2 deletions

View file

@ -49,8 +49,11 @@ html {
text-align: center;
}
header > .text-title {
header > .text-title,
.text-title > a {
font-size: 2.5rem;
color: var(--text-color);
text-decoration: none;
}
main {

View file

@ -11,7 +11,7 @@
<body>
<header class="text-center">
<h1 class="text-title">{{ config.name }}</h1>
<h1 class="text-title"><a href="/">{{ config.name }}</a></h1>
</header>
<main>