From cde1c8b9a3502074e0d811daaedd909d6352e0b3 Mon Sep 17 00:00:00 2001 From: Marco Ambrosini Date: Sat, 21 Sep 2019 20:47:46 +0200 Subject: Bring the default font size up to 15px Signed-off-by: Marco Ambrosini --- core/css/guest.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/css/guest.css') diff --git a/core/css/guest.css b/core/css/guest.css index 4cfca9cc6dd..8af6443d2ad 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -17,7 +17,8 @@ ul { list-style:none; } body { background-color: #ffffff; font-weight: normal; - font-size: .8em; + /* bring the default font size up to 15px */ + font-size: .9375em; line-height: 1.6em; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; color: #000; -- cgit v1.2.3