From 50ea9476e8f162de09994c0fb7e9df47d38a6042 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sun, 14 Jan 2018 03:51:52 +0400 Subject: [PATCH] Added CSS properties to html tag to avoid white footer on short pages --- static/css/tango.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/tango.css b/static/css/tango.css index 62d82ca..9ab82c2 100644 --- a/static/css/tango.css +++ b/static/css/tango.css @@ -3,7 +3,7 @@ Tango theme CSS. Based on Bulma framework, inspired by linux.org.ru Tango theme. */ -body { +html, body { font-family: "Arial", sans-serif!important; background-color: #2e3436!important; color: #babdb6!important;