From 0b57f6cfe6f97c80235b863672b93a968ad87127 Mon Sep 17 00:00:00 2001 From: Kumi Date: Mon, 5 Aug 2024 16:36:51 +0200 Subject: [PATCH] feat: add styled footer to index page Styled the footer with background color and text color for improved visual consistency. Rearranged HTML structure to correctly enclose content within the main and footer tags, enhancing semantic structure and maintainability. --- templates/index.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/index.html b/templates/index.html index bdc55fc..5739267 100644 --- a/templates/index.html +++ b/templates/index.html @@ -32,6 +32,10 @@ border-radius: 5px; font-family: monospace; } + footer { + background-color: #343a40; + color: white; + } @@ -54,6 +58,9 @@
{{ domain }}css?family=Montserrat:400,700
+ + +