From df7c6ff3173ffdf1fd77525a07468e7f43d31596 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 22 Sep 2017 10:47:21 +0200 Subject: [PATCH] Don't define the body type a hundred times --- templates/pheesh.htm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/pheesh.htm b/templates/pheesh.htm index 8a0077f..d2453ec 100644 --- a/templates/pheesh.htm +++ b/templates/pheesh.htm @@ -10,11 +10,11 @@ top: {{ fish.position[0] }}; left: {{ fish.position[1] }}; } - - body { - background-color: royalblue !important; - } {% endfor %} + + body { + background-color: royalblue !important; + }