From 347b232261aae6aaebe25b1a3aa69e13a75caa09 Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Mon, 23 Mar 2020 21:26:17 +0100 Subject: [PATCH] App: A bit of styling... --- app/templates/main.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/templates/main.html b/app/templates/main.html index a671533..6b138a7 100644 --- a/app/templates/main.html +++ b/app/templates/main.html @@ -2,6 +2,10 @@ <html> <head> <style> + body { + background-color: white; + color: black; + } #heading { position: relative; height: 2.5ex; @@ -37,12 +41,12 @@ } .mtime { margin: 0; - font-size: smaller; + font-size: 11px; } .mdesc { margin: 0; margin-top: 0.5ex; - font-size: 70%; + font-size: 9px; } </style> -- GitLab