From 258a8c0871083791eb5ec1d5f13b03e67248392d Mon Sep 17 00:00:00 2001
From: Simon L'nu <simon.lnu@gmail.com>
Date: Sun, 11 Mar 2012 10:29:12 -0400
Subject: [PATCH] screwed up on the font-size for screen last push

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
---
 view/theme/dispy-dark/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/view/theme/dispy-dark/style.css b/view/theme/dispy-dark/style.css
index 8e59b151dc..805749b1c5 100644
--- a/view/theme/dispy-dark/style.css
+++ b/view/theme/dispy-dark/style.css
@@ -42,7 +42,7 @@ html {
 }
 body {
     margin: 0;
-    font-size: 12pt;
+    font-size: 16px;
     line-height: 1.1em;
 }
 body, button, input, select, textarea {
-- 
2.39.5