From f081aed84aa7c17fddb3d35ff638b2ae319417c0 Mon Sep 17 00:00:00 2001 From: asauer Date: Sun, 14 Apr 2019 15:13:46 +0200 Subject: [PATCH] Change title --- static/main.css | 2 +- templates/{view.html => view_answers.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename templates/{view.html => view_answers.html} (100%) diff --git a/static/main.css b/static/main.css index 1fbbaec..0b10aae 100644 --- a/static/main.css +++ b/static/main.css @@ -103,7 +103,7 @@ header h1 { } /* headline color for index.html */ -h2.index { +h2 { color: #7470A8; } diff --git a/templates/view.html b/templates/view_answers.html similarity index 100% rename from templates/view.html rename to templates/view_answers.html