1
0
mirror of https://github.com/danbee/danbarber.me synced 2025-03-04 08:59:10 +00:00

CSS lipstick.

This commit is contained in:
Dan Barber 2015-01-26 17:59:04 +00:00
parent ad78cb70d0
commit 24d1da9f7a

View File

@ -1,12 +1,8 @@
// This File is imported last, and will override other styles in the cascade // This File is imported last, and will override other styles in the cascade
// Add styles here to make changes without digging in too much // Add styles here to make changes without digging in too much
html { html { background: $background-color; }
background: $background-color;
}
body { body { font-weight: 300; }
font-weight: 300;
}
body > div > div { body > div > div {
border: none; border: none;
@ -26,7 +22,6 @@ body > header {
margin-top: 0; margin-top: 0;
font-weight: 700; font-weight: 700;
//line-height: 0 //line-height: 0
} }
} }