From 8f5d1b7701ee99b0df871bccc62869cc0dd51ba9 Mon Sep 17 00:00:00 2001 From: itaditya Date: Tue, 3 May 2016 20:05:11 +0530 Subject: [PATCH] Improved Ui Changed BG color and paragraph is more legible now . --- css/demo.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/css/demo.css b/css/demo.css index e040b74..38f05b1 100644 --- a/css/demo.css +++ b/css/demo.css @@ -13,10 +13,10 @@ body { max-width: 750px; margin: 0 auto; padding: 1em; - font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif; + font-family: 'Open Sans', sans-serif; font-size: 1em; line-height: 1.4em; - background: #222; + background: #4D5275; color: #fff; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; @@ -32,6 +32,11 @@ img { h1 { line-height: 1em; } +p { + line-height: 1.9em; + letter-spacing: 1px; + word-spacing: 4px; +} table { width: 100%; word-wrap: break-word;