From 392defd62ed63d1d7d52bd67be920b11dacd07c1 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 23 Feb 2014 22:19:34 -0500 Subject: [PATCH] Tweak the fonts for mobile version. --- core.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core.css b/core.css index 8846a37..619593d 100644 --- a/core.css +++ b/core.css @@ -86,6 +86,7 @@ hr { margin: 0; padding: 0; width: 100%; + font-size: 1.1em; } li { @@ -100,6 +101,7 @@ hr { li label { text-align: left; + color: hsl(0, 0%, 23%); } li button { -- 2.22.5