From 142fa1dbc081b97782983a9f7893e76441e9e341 Mon Sep 17 00:00:00 2001 From: Jirka Kremser Date: Thu, 12 Mar 2015 13:44:41 +0100 Subject: [PATCH] Making the text more readable. --- _config.yml | 4 ++-- _includes/css/base.css | 11 ++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 2fa6a9d778b..b3f90b7f8f8 100644 --- a/_config.yml +++ b/_config.yml @@ -28,8 +28,8 @@ google_analytics_key: UA-10656779-1 colors: black: '#111111' white: '#f8f8f8' - blue: '#49a7e9' - red: '#cc4a45' + blue: '#2592C0' + red: '#C03936' purple: '#18bc9c' orange: '#fab125' turquoise: '#0fbfcf' diff --git a/_includes/css/base.css b/_includes/css/base.css index 3ef490f9c51..4491f8a2041 100644 --- a/_includes/css/base.css +++ b/_includes/css/base.css @@ -23,11 +23,12 @@ border-spacing: 0; } body { - background: #fff; - font: 14px/21px "Raleway", "HelveticaNeue-Light", Arial, sans-serif; - color: #444; - -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ - -webkit-text-size-adjust: 100%; + background: #fff; + font: 14px/21px "Raleway", "HelveticaNeue-Light", Arial, sans-serif; + letter-spacing: 0.4px; + color: #444; + -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ + -webkit-text-size-adjust: 100%; } h1, h2, h3, h4, h5, h6 {