From 295411d8facc1ff20f84f515cfa5700a3c04b4a1 Mon Sep 17 00:00:00 2001 From: zoe Date: Sat, 15 Jan 2022 19:47:08 +0100 Subject: [PATCH] add reload --- templates/{index.html.tera => index.html} | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) rename templates/{index.html.tera => index.html} (80%) diff --git a/templates/index.html.tera b/templates/index.html similarity index 80% rename from templates/index.html.tera rename to templates/index.html index 6747635..0b02ba0 100644 --- a/templates/index.html.tera +++ b/templates/index.html @@ -20,12 +20,18 @@ justify-content: center; align-items: center; height: 100%; + margin-left: 24%; + margin-right: 24%; } - p { + a { color: floralwhite; font-size: 40pt; text-align: center; font-family: 'Prata', serif; + text-decoration: none; + } + a:hover { + text-decoration: underline; } body { background-color: #080808; @@ -34,7 +40,7 @@
-

{{wisdom}}

+ {{wisdom}}