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) {