Commit c0a61a55 by Kyle Fiedler

add some style to fix bloated type

parent a761ebf6
...@@ -72,6 +72,7 @@ ...@@ -72,6 +72,7 @@
margin: lh() 0 lh(.5); margin: lh() 0 lh(.5);
padding: lh(.25) lh(.5); padding: lh(.25) lh(.5);
text-decoration: none; text-decoration: none;
-webkit-font-smoothing: antialiased;
&:hover { &:hover {
background-color: darken($mit-red, 10%); background-color: darken($mit-red, 10%);
...@@ -83,7 +84,6 @@ ...@@ -83,7 +84,6 @@
} }
} }
body { body {
background-color: #fff; background-color: #fff;
color: #444; color: #444;
...@@ -93,7 +93,6 @@ body { ...@@ -93,7 +93,6 @@ body {
font: 800 24px $header-font-family; font: 800 24px $header-font-family;
} }
li { li {
margin-bottom: lh(); margin-bottom: lh();
} }
...@@ -117,6 +116,7 @@ header.announcement { ...@@ -117,6 +116,7 @@ header.announcement {
background: #333; background: #333;
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
color: #fff; color: #fff;
-webkit-font-smoothing: antialiased;
&.home { &.home {
@media screen and (min-width: 1200px) { @media screen and (min-width: 1200px) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment