From c0a61a55cacc63917eeffe8fa5e89f2c9f0668dc Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Tue, 24 Jan 2012 16:23:08 -0500 Subject: [PATCH] add some style to fix bloated type --- sass/_index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sass/_index.scss b/sass/_index.scss index d886236114..ca87a64d82 100644 --- a/sass/_index.scss +++ b/sass/_index.scss @@ -72,6 +72,7 @@ margin: lh() 0 lh(.5); padding: lh(.25) lh(.5); text-decoration: none; + -webkit-font-smoothing: antialiased; &:hover { background-color: darken($mit-red, 10%); @@ -83,7 +84,6 @@ } } - body { background-color: #fff; color: #444; @@ -93,7 +93,6 @@ body { font: 800 24px $header-font-family; } - li { margin-bottom: lh(); } @@ -117,6 +116,7 @@ header.announcement { background: #333; border-bottom: 1px solid #000; color: #fff; + -webkit-font-smoothing: antialiased; &.home { @media screen and (min-width: 1200px) {