From 5ac16653b53408ab26ffdef0768547ec271968e9 Mon Sep 17 00:00:00 2001 From: aynik Date: Wed, 15 Apr 2015 19:42:47 +0200 Subject: [PATCH] increased font size --- client/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 57e9970b..7582ac9d 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -458,8 +458,8 @@ button { } #chat, #windows .header { - font: 11px Inconsolata-g, monospace; - line-height: 1.4; + font: 12px Inconsolata-g, monospace; + line-height: 1.8; } #chat button:hover { opacity: .6;