diff --git a/app/templates/main.html b/app/templates/main.html
index a6715334aa0362d20f6780dfd60a3c4e255fd916..6b138a79913f63c7bf359714f24f5afd78b9a467 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>