From 3c6cea799316b94653e71bdb9be3af2b8864eb5b Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 28 Oct 2022 19:57:15 +0200 Subject: [PATCH] Add link to the index page on download page --- src/public/styles/style.css | 5 ++++- src/templates/download.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/public/styles/style.css b/src/public/styles/style.css index c93a953..1b4e72d 100644 --- a/src/public/styles/style.css +++ b/src/public/styles/style.css @@ -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 { diff --git a/src/templates/download.html b/src/templates/download.html index b24bb3b..ccd1bc2 100644 --- a/src/templates/download.html +++ b/src/templates/download.html @@ -11,7 +11,7 @@
-

{{ config.name }}

+

{{ config.name }}