From 686a14c6474fcd74305c149725410bbd659f28f2 Mon Sep 17 00:00:00 2001 From: Riku Rouvila Date: Wed, 11 Feb 2015 21:24:54 +0200 Subject: [PATCH] font fixes --- src/styles/style.styl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/styles/style.styl b/src/styles/style.styl index 7b1bbce..6cc3b95 100644 --- a/src/styles/style.styl +++ b/src/styles/style.styl @@ -18,12 +18,12 @@ body, html h1, h2, h3 margin 0 margin-bottom 0.5em - text-shadow 1px 1px 0 rgba(255, 255, 255, 0.1) + text-shadow 1px 1px 10px rgba(255,255,255,0.5) p margin-top 1em line-height 1.5em font-size 16px - font-weight 300 + a color linkColor text-decoration none @@ -214,8 +214,8 @@ footer overflow auto .message__body - font-weight 300 - font-size 16px + font-weight 400 + font-size 14px .message__image width 2.5em @@ -237,7 +237,7 @@ footer color #DC005D .message__details - font-size 0.8em + font-size 0.7em margin-top 0.3em .message__meta margin-left 0.5em